mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-21 08:16:53 +00:00
Update Concord232 binary sensor configuration variable (#6598)
* Update Concord232 binary sensor configuration variable Update style of Concord232 binary sensor documentation to follow new configuration variables description. Related to #6385. * Update binary_sensor.concord232.markdown
This commit is contained in:
parent
a64e0bf9b6
commit
c512ab742b
@ -22,8 +22,15 @@ binary_sensor:
|
|||||||
- platform: concord232
|
- platform: concord232
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Optional*): The host where the concord232 server process is running. Defaults to `localhost`.
|
description: The host where the concord232 server process is running.
|
||||||
- **port** (*Optional*): The port where the Alarm panel is listening. Defaults to 5007.
|
required: false
|
||||||
|
default: localhost
|
||||||
|
type: string
|
||||||
|
port:
|
||||||
|
description: The port where the Alarm panel is listening.
|
||||||
|
required: false
|
||||||
|
default: 5007
|
||||||
|
type: integer
|
||||||
|
{% endconfiguration %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user