palazzem / ha-econnect-alarm

Home Assistant integration that provides a full-fledged Alarm Panel to control your Elmo/IESS alarm systems.
BSD 3-Clause "New" or "Revised" License
10 stars 5 forks source link

feat: treat `alarm_led`, `tamper_led` and `inputs_led` as sensors #81

Closed xtimmy86x closed 8 months ago

xtimmy86x commented 8 months ago

Is your feature request related to a problem? Please describe. The led sensors report 3 state from API but we use as binary_sensor with only 2 state (true and false)

Describe the solution you'd like We transform alarm_led, tamper_led and inputs_led in sensor with a text reported status 0: No Alarm 1: Memory Alarm 2: Alarm

Describe alternatives you've considered

Additional context