mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-27 19:26:50 +00:00
Update Netatmo camera and climate component configuration variable (#6731)
This commit is contained in:
parent
f1a269a3b7
commit
93393bf1f0
@ -29,11 +29,19 @@ camera:
|
|||||||
- platform: netatmo
|
- platform: netatmo
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
home:
|
||||||
- **home** (*Optional*): Will display the cameras of this home only.
|
description: Will display the cameras of this home only.
|
||||||
- **cameras** array (*Optional*): Cameras to use. Multiple entities allowed.
|
required: false
|
||||||
- **camera_name**: Name of the camera to display.
|
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.
|
If **home** and **cameras** are not provided, all cameras will be displayed. For more control over your cameras check the configuration sample below.
|
||||||
|
|
||||||
|
@ -26,11 +26,19 @@ climate:
|
|||||||
- platform: netatmo
|
- platform: netatmo
|
||||||
```
|
```
|
||||||
|
|
||||||
Configuration variables:
|
{% configuration %}
|
||||||
|
relay:
|
||||||
- **relay** (*Optional*): Will display the thermostats of this relay only.
|
description: Will display the thermostats of this relay only.
|
||||||
- **thermostat** array (*Optional*): Thermostat to use.
|
required: false
|
||||||
- **thermostat_name**: Name of the thermostat to display.
|
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.
|
If **relay** and **thermostat** are not provided, all thermostats will be displayed.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user