Remove broken Nest sensor types from documentation (#497)

These where removed from code earlier but not from documentation, caused errors with configuration.yaml when used.
This commit is contained in:
ohm 2016-05-22 14:27:15 +02:00 committed by Fabian Affolter
parent 8664a2daae
commit 3b9739383e

View File

@ -23,8 +23,6 @@ sensor:
monitored_conditions:
- 'temperature'
- 'target'
- 'away_temperature[0]'
- 'away_temperature[1]'
- 'humidity'
- 'mode'
- 'last_ip'
@ -45,8 +43,6 @@ Configuration variables:
- **monitored_conditions** array (*Required*): States to monitor.
- 'temperature'
- 'target'
- 'away_temperature[0]'
- 'away_temperature[1]'
- 'humidity'
- 'mode'
- 'last_ip'