mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-22 16:56:50 +00:00
Add installation parameters to Comelit
This commit is contained in:
parent
b1ba3444b2
commit
685bffc258
@ -37,6 +37,30 @@ There is support for the following platform types within Home Assistant:
|
||||
|
||||
{% include integrations/config_flow.md %}
|
||||
|
||||
{% configuration %}
|
||||
host:
|
||||
required: true
|
||||
description: The IP address of the Comelit SmartHome device.
|
||||
type: string
|
||||
port:
|
||||
required: true
|
||||
description: The TCP port of the Comelit SmartHome device.
|
||||
type: string
|
||||
pin:
|
||||
required: false
|
||||
description: The PIN of the Comelit SmartHome device.
|
||||
type: integer
|
||||
type:
|
||||
required: true
|
||||
description: The type the Comelit SmartHome device.
|
||||
type: list
|
||||
keys:
|
||||
bridge:
|
||||
description: Comelit Serial Bridge.
|
||||
vedo:
|
||||
description: Comelit VEDO System.
|
||||
{% endconfiguration %}
|
||||
|
||||
## 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user