Update Netatmo camera and climate component configuration variable (#6731)

This commit is contained in:
Klaas Schoute 2018-10-13 00:25:26 +02:00 committed by Fabian Affolter
parent f1a269a3b7
commit 93393bf1f0
2 changed files with 26 additions and 10 deletions

View File

@ -29,11 +29,19 @@ camera:
- platform: netatmo
```
Configuration variables:
- **home** (*Optional*): Will display the cameras of this home only.
- **cameras** array (*Optional*): Cameras to use. Multiple entities allowed.
- **camera_name**: Name of the camera to display.
{% configuration %}
home:
description: Will display the cameras of this home only.
required: false
type: string
cameras:
description: Cameras to use. Multiple entities allowed.
required: false
type: list
keys:
camera_name:
description: Name of the camera to display.
{% endconfiguration %}
If **home** and **cameras** are not provided, all cameras will be displayed. For more control over your cameras check the configuration sample below.

View File

@ -26,11 +26,19 @@ climate:
- platform: netatmo
```
Configuration variables:
- **relay** (*Optional*): Will display the thermostats of this relay only.
- **thermostat** array (*Optional*): Thermostat to use.
- **thermostat_name**: Name of the thermostat to display.
{% configuration %}
relay:
description: Will display the thermostats of this relay only.
required: false
type: string
thermostat:
description: Thermostat to use.
required: false
type: list
keys:
thermostat_name:
description: Name of the thermostat to display.
{% endconfiguration %}
If **relay** and **thermostat** are not provided, all thermostats will be displayed.