From 1624c2a7eedde9afb5d9ae264444f1f76e875c9b Mon Sep 17 00:00:00 2001 From: Simone Chemelli Date: Wed, 29 Nov 2023 15:33:46 +0000 Subject: [PATCH 1/4] Add Comelit alarm info --- source/_integrations/comelit.markdown | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/source/_integrations/comelit.markdown b/source/_integrations/comelit.markdown index e02dee5ec486..7c71736219b1 100644 --- a/source/_integrations/comelit.markdown +++ b/source/_integrations/comelit.markdown @@ -10,6 +10,7 @@ ha_codeowners: - '@chemelli74' ha_iot_class: Local Polling ha_platforms: + - alarm_control_panel - cover - light - sensor @@ -23,5 +24,10 @@ The Comelit SimpleHome integration allows you to control your [Comelit home auto There is support for the following platform types within Home Assistant: - **Comelit Serial Bridge** - allows local control for light, cover, irrigation and "other" devices; creates power sensors. +- **Comelit VEDO System** - allows local control of alarm system {% include integrations/config_flow.md %} + +## Alarm control panel ## + +The integration will create an alarm entity for each "area" and a sensor for each "zone". From 90b837fd55a790803171a0f98c1d2f03ed1ae2be Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Sat, 2 Dec 2023 08:24:28 +0100 Subject: [PATCH 2/4] tiny tweaks --- source/_integrations/comelit.markdown | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/_integrations/comelit.markdown b/source/_integrations/comelit.markdown index 7c71736219b1..43778edd8f56 100644 --- a/source/_integrations/comelit.markdown +++ b/source/_integrations/comelit.markdown @@ -24,10 +24,10 @@ The Comelit SimpleHome integration allows you to control your [Comelit home auto There is support for the following platform types within Home Assistant: - **Comelit Serial Bridge** - allows local control for light, cover, irrigation and "other" devices; creates power sensors. -- **Comelit VEDO System** - allows local control of alarm system +- **Comelit VEDO System** - allows local control of the alarm system. {% include integrations/config_flow.md %} ## 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 {% term area %} and a sensor for each {% term zone %}. From 3ac81b49829f13dc0acdd19c7c34ea9b6e130e05 Mon Sep 17 00:00:00 2001 From: c0ffeeca7 <38767475+c0ffeeca7@users.noreply.github.com> Date: Sat, 2 Dec 2023 08:26:34 +0100 Subject: [PATCH 3/4] fix heading markdown --- source/_integrations/comelit.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/comelit.markdown b/source/_integrations/comelit.markdown index 43778edd8f56..3a144e18a366 100644 --- a/source/_integrations/comelit.markdown +++ b/source/_integrations/comelit.markdown @@ -28,6 +28,6 @@ There is support for the following platform types within Home Assistant: {% include integrations/config_flow.md %} -## Alarm control panel ## +## Alarm control panel The integration will create an alarm entity for each {% term area %} and a sensor for each {% term zone %}. From 7378b103dfd142d0b8d31b842ca3d4b1ac98c6ef Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 27 Dec 2023 11:59:12 +0100 Subject: [PATCH 4/4] Tiny tweak --- source/_integrations/comelit.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_integrations/comelit.markdown b/source/_integrations/comelit.markdown index 3a144e18a366..928af83ab44c 100644 --- a/source/_integrations/comelit.markdown +++ b/source/_integrations/comelit.markdown @@ -30,4 +30,4 @@ There is support for the following platform types within Home Assistant: ## Alarm control panel -The integration will create an alarm entity for each {% term area %} and a sensor for each {% term zone %}. +The integration will create an alarm entity for each area and a sensor for each zone.