Skip to content

Commit af85293

Browse files
PhracturedBlueMartinHjelmare
authored andcommitted
Add documentation on associating an RF serial-number with the zone (home-assistant#4091)
* Add documentation on associating an RF serial-number with the corresponding zone * Spelling
1 parent b40d325 commit af85293

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

source/_components/alarmdecoder.markdown

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ alarmdecoder:
3939
01:
4040
name: 'Smoke Detector'
4141
type: 'smoke'
42+
rfid: '0123456'
4243
02:
4344
name: 'Front Door'
4445
type: 'opening'
@@ -53,3 +54,4 @@ Configuration variables:
5354
- **baudrate** (*Optional*): The baud rate of the AlarmDecoder device, if using serial type. Default: `115200`
5455
- **panel_display** (*Optional*): Create a sensor called sensor.alarm_display to match the Alarm Keypad display. Default: `off`
5556
- **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.*
57+
- **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.

0 commit comments

Comments
 (0)