Nest operation modes (#3609)
* Add ability to change Nest mode to all available options
* Make Nest state reflect current operation not current operation mode
* Update Nest sensor to use operation mode
* Fix linting
* Revert "Make Nest state reflect current operation not current operation mode"
This reverts commit 573ba028d8
.
Conflicts:
homeassistant/components/climate/nest.py
This commit is contained in:
parent
9ea030f42e
commit
a89d036e26
2 changed files with 20 additions and 9 deletions
|
@ -16,7 +16,7 @@ from homeassistant.const import (
|
|||
|
||||
DEPENDENCIES = ['nest']
|
||||
SENSOR_TYPES = ['humidity',
|
||||
'mode',
|
||||
'operation_mode',
|
||||
'last_ip',
|
||||
'local_ip',
|
||||
'last_connection',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue