Hi,
Within the configuration file I defined a history graph with 4 different values.
history_graph:
solar_graph:
name: Solar Graph
entities:
- sensor.blnet_analog_1
- sensor.blnet_analog_3
- sensor.blnet_analog_6
- sensor.blnet_analog_2
hours_to_show: 48
refresh: 300
- sensor.blnet_analog_2
Then I added this history graphs to groups.yaml
solar_graph:
name: Solar Graphen
view: no
entities:
- history_graph.solar_graph
And I assigend this sub-group to a main group.
My issue is, that one of this value can turn to a negative value, but in the graph it ends at 0. How can I extend this graph to show also negative values?
Br,
Johannes