Hi I have card defined like that:
- type: conditional
conditions:
- condition: and
conditions:
- condition: state
entity: sun.sun
state: below_horizon
card:
type: custom:timer-bar-card
entities:
- entity: sun.sun
name: Light
icon: mdi:lamp
active_state: below_horizon
duration:
fixed: "00:05:00"
translations:
below_horizon: " "
I want to add another condition to make it TRUE only for 5 min.
adding offset: '00:05:00' doesn't work.
Can anyone help me with my problem.
I want that card to be visible only for 5 min after sunset
Thank You!