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

refactor: split binary sensors in their own entities #69

Closed xtimmy86x closed 8 months ago

xtimmy86x commented 8 months ago

Related Issues

Create binary_sensor only for configured sectors #59

Proposed Changes:

Separate the EconnectDoorWindowSensor class into 2 class named InputSensor and SectorSensor for decrease the number of if statements

Checklist