Hi all. First time poster from a man with limited programming skills
Running HA 0.87 i created a Alert to notify me if my garage door is left open. As i understand it the alert will be hidden when not triggered. My experience is that the entity Changes state to hidden but it still shows up in my card.
alert:
garage_door:
name: Garage is open
entity_id: cover.wemos2_garage
state: 'open'
repeat:
- 15
- 30
- 60
can_acknowledge: true # Optional, default is true
skip_first: true # Optional, false is the default
notifiers:
- maila_marcus
hidden does nothing in the lovelace UI. It’s remnants of the old interface that was phased out about 3 weeks ago. If you don’t want it to appear in the UI, use a filter card and place that alert in it. Filtering it out when the state is idle.
what did you finally do to hide the entry when the door is closed?
I’m using the filter card but it’s clumsy - it needs way more clicks if I want to turn the alert off because I know I need to keep the door open for a while.
This seems to have the same issue as my solution with the conditional-card - the alter doesn’t show up with a toggle button, it shows up with the status that I need to click on in order to get to the toggle button.