From 7ffc0b3ff75342e9d7e442e3e235a7a2bd7c01c1 Mon Sep 17 00:00:00 2001 From: Stefano Sonzogni Date: Tue, 10 Sep 2024 12:39:26 +0200 Subject: [PATCH] Add binary_sensor platform to Comelit SimpleHome (#34597) * Add binary_sensor platform to Comelit SimpleHome * Update comelit.markdown --- source/_integrations/comelit.markdown | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/_integrations/comelit.markdown b/source/_integrations/comelit.markdown index 1864b138f10..c0cc86022a7 100644 --- a/source/_integrations/comelit.markdown +++ b/source/_integrations/comelit.markdown @@ -17,6 +17,7 @@ ha_codeowners: ha_iot_class: Local Polling ha_platforms: - alarm_control_panel + - binary_sensor - climate - cover - humidifier @@ -38,4 +39,4 @@ There is support for the following platform types within Home Assistant: ## 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.