mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-20 15:56:51 +00:00
Update Satel_integra component configuration (#7408)
* Update Satel_integra component configuration * Minor changes
This commit is contained in:
parent
85dff9f3a8
commit
d1ac5fa588
@ -50,13 +50,42 @@ satel_integra:
|
|||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Required*): The IP address of the Satel Integra ETHM module on your home network, if using socket type. Default: `localhost`
|
description: The IP address of the Satel Integra ETHM module on your home network, if using socket type.
|
||||||
- **port** (*Optional*): The port on which the ETHM module listens for clients using integration protocol. Default: `7094`
|
required: true
|
||||||
- **partition** (*Optional*): The partition to operate on. Integra can support multiple partitions, this platform only supports one. Default: `1`
|
default: localhost
|
||||||
- **arm_home_mode** (*Optional*): The mode in which arm Satel Integra when 'arm home' is used. Possible options are `1`,`2` or `3`, default being `1`. For more information on what are the differences between them, please refer to Satel Integra manual.
|
type: string
|
||||||
- **zones** (*Optional*): This module does not discover currently which zones are actually in use, so it will only monitor the ones defined in the config. For each zone, a proper ID must be given as well as its name (does not need to match the one specified in Satel Integra alarm). For more information on the available zone types, take a look at the [Binary Sensor](/components/binary_sensor.alarmdecoder/) docs. *Note: If no zones are specified, Home Assistant will not load any binary_sensor components.*
|
port:
|
||||||
|
description: The port on which the ETHM module listens for clients using integration protocol.
|
||||||
|
required: false
|
||||||
|
default: 7094
|
||||||
|
type: integer
|
||||||
|
partition:
|
||||||
|
description: The partition to operate on. Integra can support multiple partitions, this platform only supports one.
|
||||||
|
required: false
|
||||||
|
default: 1
|
||||||
|
type: integer
|
||||||
|
arm_home_mode:
|
||||||
|
description: The mode in which arm Satel Integra when 'arm home' is used. Possible options are `1`,`2` or `3`. For more information on what are the differences between them, please refer to Satel Integra manual.
|
||||||
|
required: false
|
||||||
|
default: 1
|
||||||
|
type: integer
|
||||||
|
zones:
|
||||||
|
description: "This module does not discover currently which zones are actually in use, so it will only monitor the ones defined in the config. For each zone, a proper ID must be given as well as its name (does not need to match the one specified in Satel Integra alarm). For more information on the available zone types, take a look at the [Binary Sensor](/components/binary_sensor.alarmdecoder/) documentation. Note: If no zones are specified, Home Assistant will not load any binary_sensor components."
|
||||||
|
required: false
|
||||||
|
type: [integer, list]
|
||||||
|
keys:
|
||||||
|
name:
|
||||||
|
description: Name of the zone.
|
||||||
|
required: true
|
||||||
|
type: string
|
||||||
|
type:
|
||||||
|
description: The zone type.
|
||||||
|
required: false
|
||||||
|
default: motion
|
||||||
|
type: string
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
List of all zone IDs can be taken from DloadX program.
|
List of all zone IDs can be taken from DloadX program.
|
||||||
|
|
||||||
@ -73,7 +102,6 @@ For example:
|
|||||||
service: input_boolean.turn_on
|
service: input_boolean.turn_on
|
||||||
data:
|
data:
|
||||||
entity_id: input_boolean.movement_detected
|
entity_id: input_boolean.movement_detected
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Enjoy!
|
Enjoy!
|
||||||
|
Loading…
x
Reference in New Issue
Block a user