From 11bf689b6544d09574e3750c4462003c8df92312 Mon Sep 17 00:00:00 2001 From: Simone Chemelli Date: Thu, 19 Oct 2023 15:26:47 +0200 Subject: [PATCH] add switch platform to Comelit SmartHome doc (#29414) --- source/_integrations/comelit.markdown | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/source/_integrations/comelit.markdown b/source/_integrations/comelit.markdown index fef2e19c328..21100d2dcc3 100644 --- a/source/_integrations/comelit.markdown +++ b/source/_integrations/comelit.markdown @@ -10,8 +10,9 @@ ha_codeowners: - '@chemelli74' ha_iot_class: Local Polling ha_platforms: - - light - cover + - light + - switch ha_ssdp: false ha_integration_type: integration --- @@ -20,5 +21,5 @@ 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 and cover devices. +- **Comelit Serial Bridge** - allows local control for light, cover, irrigation and "other" devices. {% include integrations/config_flow.md %}