mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-12 20:06:52 +00:00
Update Concord232 Alarm Control Panel configuration variable (#6500)
* Update Concord232 Alarm Control Panel configuration variable Update style of Concord232 Alarm Control Panel documentation to follow new configuration variables description. Related to #6385. * ✏️ Tweak
This commit is contained in:
parent
97b27d0657
commit
28b6ff4f59
@ -24,7 +24,15 @@ alarm_control_panel:
|
|||||||
- 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