Open SAOPP opened 8 months ago
Yes I think it should be possible. Does something like
type: custom:card-templater
entities:
- binary_sensor.tod
card:
type: custom:timer-bar-card
sync_issues: ignore # Because templates take time to render
entities:
- entity: binary_sensor.tod
active_state_template: {{ states('binary_sensor.tod') }}
....
not work?
Hello! I missed it up! I will check it, I solved it with two a few conditional cards right now...
Hello!
I’ll ask a question here, I haven't quite figured it out, with the help of Card Templater, will it be possible to set the current state of my binary sensor for a timer bar card?
My example is below:
I want to set
on
oroff
state of my sensor in one card, instead of adding few conditional card and time bar cards.