Minor updates
This commit is contained in:
parent
bf8893e0b6
commit
e9cc677be0
3 changed files with 5 additions and 5 deletions
|
@ -19,11 +19,11 @@ To enable this, add the following lines to your `configuration.yaml`:
|
||||||
```yaml
|
```yaml
|
||||||
# Example configuration.yaml entry
|
# Example configuration.yaml entry
|
||||||
alarm_control_panel:
|
alarm_control_panel:
|
||||||
platform: nx584
|
- platform: nx584
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **host** (*Optional*): The host where the nx584 server process is running. Defaults to localhost.
|
- **host** (*Optional*): The host where the nx584 server process is running. Defaults to `localhost`.
|
||||||
- **port** (*Optional*): The port where the Alarm panel ist listening. Defaults to 5007.
|
- **port** (*Optional*): The port where the Alarm panel ist listening. Defaults to `5007`.
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,6 @@ binary_sensor:
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **host** (*Optional*): The host where the concord232 server process is running. Defaults to localhost.
|
- **host** (*Optional*): The host where the concord232 server process is running. Defaults to `localhost`.
|
||||||
- **port** (*Optional*): The port where the Alarm panel ist listening. Defaults to 5007.
|
- **port** (*Optional*): The port where the Alarm panel ist listening. Defaults to 5007.
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,7 @@ switch:
|
||||||
|
|
||||||
Configuration variables:
|
Configuration variables:
|
||||||
|
|
||||||
- **filename** (*Required*): The pipe where the projector is connected to
|
- **filename** (*Required*): The pipe where the projector is connected to.
|
||||||
- **name** (*Optional*): The name to use when displaying this switch.
|
- **name** (*Optional*): The name to use when displaying this switch.
|
||||||
- **timeout** (*Optional*): Timeout for the connection in seconds.
|
- **timeout** (*Optional*): Timeout for the connection in seconds.
|
||||||
- **write_timeout** (*Optional*): Write timeout in seconds.
|
- **write_timeout** (*Optional*): Write timeout in seconds.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue