mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 09:17:06 +00:00
Add documentation on associating an RF serial-number with the zone (#4091)
* Add documentation on associating an RF serial-number with the corresponding zone * Spelling
This commit is contained in:
parent
b40d325460
commit
af8529395c
@ -39,6 +39,7 @@ alarmdecoder:
|
||||
01:
|
||||
name: 'Smoke Detector'
|
||||
type: 'smoke'
|
||||
rfid: '0123456'
|
||||
02:
|
||||
name: 'Front Door'
|
||||
type: 'opening'
|
||||
@ -53,3 +54,4 @@ Configuration variables:
|
||||
- **baudrate** (*Optional*): The baud rate of the AlarmDecoder device, if using serial type. Default: `115200`
|
||||
- **panel_display** (*Optional*): Create a sensor called sensor.alarm_display to match the Alarm Keypad display. Default: `off`
|
||||
- **zones** (*Optional*): AlarmDecoder has 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 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.*
|
||||
- **rfid** (*Optional*): The RF serial-number associated with RF zones. Providing this field allows Home Assistant to associate raw sensor data to a given zone, allowing direct monitoring of the state, battery, and supervision status.
|
||||
|
Loading…
x
Reference in New Issue
Block a user