Hi,
I am struggling with the logic of the yaml files.
I am trying to add a “MinMaxHelper”. But not through GUI (I have to add 24 sensors to it so I prefer yaml).
Now I figured out the syntax and according to the above documentation I put the following in my configuration.yaml
:
sensor:
- platform: min_max
entity_ids:
- sensor.wetter_vorhersage_01h_temp
- sensor.wetter_vorhersage_02h_temp
- sensor.wetter_vorhersage_03h_temp
name: "Tiefsttemperatur 24h"
type: min
round_digits: 1
unique_id: minmax.tief24
I do not get any errors and I can reload configuration without warnings. But I do not see the created sensor anywhere.
Not in the configuration part for helpers and not on the default dashboard.
Where did it go? Or: why is it not visible? I can not even find it when trying to include it in an automation or so…
Where do I have to put the above code sniplet in my configuration files?
Thanks!
/KNEBB