mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-07-23 17:27:19 +00:00
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:
parent
8664a2daae
commit
3b9739383e
@ -23,8 +23,6 @@ sensor:
|
|||||||
monitored_conditions:
|
monitored_conditions:
|
||||||
- 'temperature'
|
- 'temperature'
|
||||||
- 'target'
|
- 'target'
|
||||||
- 'away_temperature[0]'
|
|
||||||
- 'away_temperature[1]'
|
|
||||||
- 'humidity'
|
- 'humidity'
|
||||||
- 'mode'
|
- 'mode'
|
||||||
- 'last_ip'
|
- 'last_ip'
|
||||||
@ -45,8 +43,6 @@ Configuration variables:
|
|||||||
- **monitored_conditions** array (*Required*): States to monitor.
|
- **monitored_conditions** array (*Required*): States to monitor.
|
||||||
- 'temperature'
|
- 'temperature'
|
||||||
- 'target'
|
- 'target'
|
||||||
- 'away_temperature[0]'
|
|
||||||
- 'away_temperature[1]'
|
|
||||||
- 'humidity'
|
- 'humidity'
|
||||||
- 'mode'
|
- 'mode'
|
||||||
- 'last_ip'
|
- 'last_ip'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user