Blaz_Komat
(Blaž Komat)
1
When i try to add history graph card in lovelace UI i get this error.
Does anyone have idea what am I doing wrong?
This is my code:
- type: history-graph
title: ‘My Graph’
entities:
- climate.kuhinja_wall_thermostat_1
rendili
2
Shouldn’t it be “history_graph” not “history-graph”?
Blaz_Komat
(Blaž Komat)
3
I have try both but still get same error.
m1h0m3
(M1h0m3)
4
Probably needed entity that has numeric state with unit of measurement
tom_l
5
nickrout
(Nick Rout)
6
For heaven’s sake pleas post your code properly. Look at the top of every page in the forum. It tells you how.
gbboy
7
Your indentation is off in that pic
- type: history-graph
title: ‘My Graph’
entities:
- climate.kuhinja_wall_thermostat_1
finity
8
here is a working history graph card in lovelace (properly formatted for your viewing pleasure )
- type: history-graph
title: Indoor Temperature
entities:
- sensor.livingroom_temperature
- sensor.sunroom_temperature
- sensor.master_bedroom_temperature
- sensor.big_room_temperature
tom_l
9
There’s no leading ‘-‘ for type when using the GUI editor.