Is there a way to hide a card based on dates? I have the following:
but I would like to hide it during the winter months since the sensor is inside the house, and not in the water.
Suggestions?
Thanks!
Is there a way to hide a card based on dates? I have the following:
but I would like to hide it during the winter months since the sensor is inside the house, and not in the water.
Suggestions?
Thanks!
You can set the visible
attribute for the group using a template. Build a template that returns True
or False
depending on now()
https://home-assistant.io/docs/configuration/group_visibility/
Ah… Great, thanks. I will try that…