Update logo name and update configuration sample

This commit is contained in:
Fabian Affolter 2016-12-03 15:14:10 +01:00
parent 259ff92bf2
commit 780992c884
No known key found for this signature in database
GPG key ID: DDF3D6F44AAB1336
7 changed files with 35 additions and 41 deletions

View file

@ -7,7 +7,7 @@ sidebar: true
comments: false
sharing: true
footer: true
logo: nest_thermostat.png
logo: nest.png
ha_category: Sensor
ha_release: pre 0.7
---
@ -24,15 +24,10 @@ To set it up, add the following information to your `configuration.yaml` file:
```yaml
# Example configuration.yaml entry
sensor:
platform: nest
monitored_conditions:
- 'temperature'
- 'target'
- 'humidity'
- 'operation_mode'
- 'last_connection'
- 'co_status' # Nest Protect only
- 'smoke_status' # Nest Protect only
- platform: nest
monitored_conditions:
- 'temperature'
- 'target'
```
Configuration variables:
@ -45,16 +40,16 @@ The following conditions can be monitored with a Nest Thermostat or Protect.
The following conditions can be monitored with a Nest Thermostat only.
- 'temperature'
- 'target'
- 'humidity'
- 'operation_mode'
- 'last_ip'
- 'humidity'
- 'operation_mode'
- 'last_ip'
- 'local_ip'
- 'last_connection'
- 'weather_condition'
- 'last_connection'
- 'weather_condition'
- 'weather_temperature'
- 'weather_humidity'
- 'wind_speed'
- 'wind_direction'
- 'wind_speed'
- 'wind_direction'
The following conditions can be monitored with a Nest Protect only.
- 'co_status'