I have an Entity Filter card with many entities. Among them is this (which works):
- entity: lock.mudroom
state_filter:
- unlocked
However, I want to display this only from 11PM to 10AM, with a binary_sensor such as:
binary_sensor:
- platform: tod
name: Night
after: "22:00"
before: "10:00"
I cannot find how to do this anywhere. Is there a way?
Thanks!
1 post - 1 participant