Rauchwarnmelder HmIP-SWSD #759
Replies: 3 comments 9 replies
|
Please add a link to the corresponding alert developer documentation. |
6 replies
2 replies
|
Thanks for all the Information and also for the Template but if we look at the HmIP-SWD (Waterlevel Senor), it also has 3 binary_sensors - moisture_detected, waterlevel_detected, alarmstate |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment










Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
At the moment, the HmIP provides a sensor with the alter-states "idle_off", "primary_alarm", "secondary_alarm" and "intrusion_alarm".
with upcomming changes in HomeAssistant, it could probably changed to an "alert" entity, which would allow to make use of the following color-options:
frontent PR: home-assistant/core#83926
To provide the information of the alarm type, this could maybe set as an attribute or similar - the important information at least, is the alarm status (alarm on / off / idle)
All reactions