Add binary_sensor platform to Comelit SimpleHome (#34597)

* Add binary_sensor platform to Comelit SimpleHome

* Update comelit.markdown
This commit is contained in:
Stefano Sonzogni 2024-09-10 12:39:26 +02:00 committed by GitHub
parent 896383d459
commit 7ffc0b3ff7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -17,6 +17,7 @@ ha_codeowners:
ha_iot_class: Local Polling ha_iot_class: Local Polling
ha_platforms: ha_platforms:
- alarm_control_panel - alarm_control_panel
- binary_sensor
- climate - climate
- cover - cover
- humidifier - humidifier
@ -38,4 +39,4 @@ There is support for the following platform types within Home Assistant:
## Alarm control panel ## Alarm control panel
The integration will create an alarm entity for each area and a sensor for each zone. The integration will create an alarm entity for each area. Additionally, it will create a sensor and a presence detection binary sensor for each zone, enhancing monitoring capabilities.