Mark configuration as example
This commit is contained in:
parent
569e393eaf
commit
15a56a2cc5
5 changed files with 5 additions and 0 deletions
|
@ -20,6 +20,7 @@ Enabling this sensor platform exposes all of your zones as binary sensors, which
|
||||||
To enable this, add the following lines to your `configuration.yaml`:
|
To enable this, add the following lines to your `configuration.yaml`:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
binary_sensor:
|
binary_sensor:
|
||||||
platform: nx584
|
platform: nx584
|
||||||
host: ADDRESS
|
host: ADDRESS
|
||||||
|
|
|
@ -21,6 +21,7 @@ KNX thermostats use at least 2 group addresses: one for the current temperature
|
||||||
To use your KNX thermostats in your installation, add the following to your `configuration.yaml` file:
|
To use your KNX thermostats in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
climate:
|
climate:
|
||||||
- platform: knx
|
- platform: knx
|
||||||
name: KNX Thermostat
|
name: KNX Thermostat
|
||||||
|
|
|
@ -45,6 +45,7 @@ Once you enter the PIN on the ecobee site, wait approximately 5 minutes and then
|
||||||
To set it up, add the following information to your `configuration.yaml` file:
|
To set it up, add the following information to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
ecobee:
|
ecobee:
|
||||||
api_key: asdfghjklqwertyuiopzxcvbnm
|
api_key: asdfghjklqwertyuiopzxcvbnm
|
||||||
hold_temp: True
|
hold_temp: True
|
||||||
|
|
|
@ -24,6 +24,7 @@ There is currently support for the following device types within Home Assistant:
|
||||||
A `knx` section must be present in the `configuration.yaml` file and contain the following options as required:
|
A `knx` section must be present in the `configuration.yaml` file and contain the following options as required:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
knx:
|
knx:
|
||||||
host: IP_ADDRESS
|
host: IP_ADDRESS
|
||||||
port: PORT
|
port: PORT
|
||||||
|
|
|
@ -19,6 +19,7 @@ The `knx` switch component is used as in interface to switching actuators.
|
||||||
To use your KNX switch in your installation, add the following to your `configuration.yaml` file:
|
To use your KNX switch in your installation, add the following to your `configuration.yaml` file:
|
||||||
|
|
||||||
```yaml
|
```yaml
|
||||||
|
# Example configuration.yaml entry
|
||||||
switch:
|
switch:
|
||||||
- platform: knx
|
- platform: knx
|
||||||
name: KNX Switch
|
name: KNX Switch
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue