Use valid zone numbers in sample configuration (#25556)

fixes undefined
This commit is contained in:
ufodone 2023-01-05 00:33:29 -08:00 committed by GitHub
parent 71f491c03b
commit 1994b76838
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -49,10 +49,10 @@ envisalink:
timeout: 10 timeout: 10
panic_type: Police panic_type: Police
zones: zones:
11: 1:
name: "Back Door" name: "Back Door"
type: "opening" type: "opening"
21: 2:
name: "First Floor Motion" name: "First Floor Motion"
type: "motion" type: "motion"
partitions: partitions:
@ -112,7 +112,7 @@ panic_type:
default: Police default: Police
type: string type: string
zones: zones:
description: "Envisalink boards have no way to tell us which zones are actually in use, so each zone must be configured in Home Assistant. For each zone, at least a name must be given. For more information about the visual representation of a zone, take a look at the [Binary Sensor](/integrations/binary_sensor/#device-class) documentation. *Note: If no zones are specified, Home Assistant will not load any binary_sensor components.*" description: "Envisalink boards have no way to tell us which zones are actually in use, so each zone must be configured in Home Assistant. Zone numbers correspond to the zone numbers configured on your alarm system and must be in the range of 1 to 64. For each zone, at least a name must be given. For more information about the visual representation of a zone, take a look at the [Binary Sensor](/integrations/binary_sensor/#device-class) documentation. *Note: If no zones are specified, Home Assistant will not load any binary_sensor components.*"
required: false required: false
type: integer type: integer
keys: keys: