mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-19 07:17:14 +00:00
Add 3 documentation rules to Comelit (#37956)
This commit is contained in:
commit
b46055ee1c
@ -28,7 +28,7 @@ ha_platforms:
|
|||||||
ha_integration_type: hub
|
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:
|
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 %}
|
{% 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
|
## 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.
|
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 %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user