Update logo name and update configuration sample
This commit is contained in:
parent
259ff92bf2
commit
780992c884
7 changed files with 35 additions and 41 deletions
|
@ -7,7 +7,7 @@ sidebar: true
|
|||
comments: false
|
||||
sharing: true
|
||||
footer: true
|
||||
logo: nest_thermostat.png
|
||||
logo: nest.png
|
||||
ha_category: Weather
|
||||
ha_iot_class: "Cloud Poll"
|
||||
---
|
||||
|
@ -26,18 +26,14 @@ sensor:
|
|||
- platform: nest
|
||||
monitored_conditions:
|
||||
- 'weather_temperature'
|
||||
- 'weather_humidity'
|
||||
- 'weather_condition'
|
||||
- 'wind_speed'
|
||||
- 'wind_direction'
|
||||
```
|
||||
|
||||
Configuration variables:
|
||||
|
||||
- **monitored_conditions** array (*Required*): States to monitor.
|
||||
- 'weather_temperature'
|
||||
- 'weather_humidity'
|
||||
- 'weather_condition'
|
||||
- 'wind_speed'
|
||||
- 'wind_direction'
|
||||
- 'weather_temperature'
|
||||
- 'weather_humidity'
|
||||
- 'weather_condition'
|
||||
- 'wind_speed'
|
||||
- 'wind_direction'
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue