Skip to content

Custom card for Home Assistant Lovelace UI to show multiple entity/sensor graphs

License

Notifications You must be signed in to change notification settings

Hurreman/lovelace-sensor-graphs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

example

lovelace-sensor-graphs

I didn´t like the look of the default history-graph card in lovelace, so I started on my own, using C3js. Note that this is highly Work-In-Progress, and use it at your own risk! :D And feel free to contribute!

TO-DO

  • Reload graphs when there´s new data
  • Add option for other intervals than hourly
  • Add styling options
  • Add naming options for entities

Installation

Step 1

Install lovelace-sensor-graphs by copying contents of this repo to <config>/www/lovelace-sensor-graphs/ of your instance of Home Assistant.

Step 2

Add the following to your <config>/ui-lovelace.yaml file.

resources:
  - url: /local/lovelace-sensor-graphs/sensor-graphs.js
    type: js

Step 3

Add a custom element in your <config>/ui-lovelace.yaml

      - type: "custom:sensor-graphs"
        entities:
          - sensor.bedroom_temperature
          - sensor.livingroom_temperature

About

Custom card for Home Assistant Lovelace UI to show multiple entity/sensor graphs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published