mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-18 06:46:58 +00:00
Update Comfoconnect component configuration variable (#6766)
This commit is contained in:
parent
2840f5729e
commit
a0fb3c46d0
@ -28,13 +28,32 @@ comfoconnect:
|
|||||||
host: 192.168.1.213
|
host: 192.168.1.213
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
host:
|
||||||
- **host** (*Required*): The ip or hostname of the ComfoConnect LAN C bridge.
|
description: The IP or hostname of the ComfoConnect LAN C bridge.
|
||||||
- **name** (*Optional*): The name of this device as you want to see it in Home Assistant.
|
required: true
|
||||||
- **token** (*Optional*): The token you want to use when registering with the device. This is a random 32 char hexadecimal string. The default value is `00000000000000000000000000000001`.
|
type: string
|
||||||
- **user_agent** (*Optional*): The name you want to supply when registering with the device. The default value is `Home Assistant`.
|
name:
|
||||||
- **pin** (*Optional*): The pin code to use when registering. This is `0000` by default. You only need to change this if you have changed the factory default pin.
|
description: The name of this device as you want to see it in Home Assistant.
|
||||||
|
required: false
|
||||||
|
default: ComfoAirQ
|
||||||
|
type: string
|
||||||
|
token:
|
||||||
|
description: The token you want to use when registering with the device. This is a random 32 char hexadecimal string.
|
||||||
|
required: false
|
||||||
|
default: "`00000000000000000000000000000001`"
|
||||||
|
type: string
|
||||||
|
user_agent:
|
||||||
|
description: The name you want to supply when registering with the device.
|
||||||
|
required: false
|
||||||
|
default: "`Home Assistant`"
|
||||||
|
type: string
|
||||||
|
pin:
|
||||||
|
description: The pin code to use when registering. You only need to change this if you have changed the factory default pin.
|
||||||
|
required: false
|
||||||
|
default: "`0000`"
|
||||||
|
type: integer
|
||||||
|
{% endconfiguration %}
|
||||||
|
|
||||||
To register the sensors, add the following to your `configuration.yaml` file:
|
To register the sensors, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user