diff --git a/source/_integrations/comelit.markdown b/source/_integrations/comelit.markdown index d4791c03906..8f9722f6a9c 100644 --- a/source/_integrations/comelit.markdown +++ b/source/_integrations/comelit.markdown @@ -28,7 +28,7 @@ ha_platforms: ha_integration_type: hub --- -The Comelit SimpleHome integration allows you to control your [Comelit home automation devices](https://comelitgroup.it/installatore/offerta/domotica-e-smart-home). +The Comelit SimpleHome integration allows you to control your [Comelit home automation devices](https://comelitgroup.it/installatore/offerta/home-building-automation/). There is support for the following platform types within Home Assistant: @@ -37,6 +37,32 @@ There is support for the following platform types within Home Assistant: {% include integrations/config_flow.md %} +{% configuration_basic %} + host: + description: The IP address of the Comelit SmartHome device. + port: + description: The TCP port of the Comelit SmartHome device. The default is port 80 (standard for HTTP). + pin: + description: The PIN of the Comelit SmartHome device. + type: + description: The type of Comelit SmartHome device. + keys: + bridge: + description: Comelit Serial Bridge. + vedo: + description: Comelit VEDO System. +{% endconfiguration_basic %} + +## Data updates + +This integration {% term polling polls %} data from the device every 5 seconds by default. + ## Alarm control panel 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. + +## Removing the integration + +This integration follows standard integration removal. No extra steps are required. + +{% include integrations/remove_device_service.md %}