Skip to content

Commit

Permalink
Update alarmdecoder.markdown (home-assistant#3603)
Browse files Browse the repository at this point in the history
Corrected configuration variable baud, as the schema expects 'baudrate' instead of 'baud'
  • Loading branch information
Eleftherios Chamakiotis authored and fabaff committed Oct 21, 2017
1 parent 5b79285 commit bfbe694
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/_components/alarmdecoder.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,6 @@ Configuration variables:
- **host** (*Optional*): The IP address of the AlarmDecoder device on your home network, if using socket type. Default: `localhost`
- **port** (*Optional*): The port of the AlarmDecoder device on your home network, if using socket type. Default: `10000`
- **path** (*Optional*): The path of the AlarmDecoder device, if using socket type. Default: `/dev/ttyUSB0`
- **baud** (*Optional*): The baud rate of the AlarmDecoder device, if using serial type. Default: `115200`
- **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.*

0 comments on commit bfbe694

Please sign in to comment.