mirror of
https://github.com/home-assistant/core.git
synced 2025-11-16 22:40:44 +00:00
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:
committed by
Paulus Schoutsen
parent
9ea030f42e
commit
a89d036e26
@@ -16,7 +16,7 @@ from homeassistant.const import (
|
||||
|
||||
DEPENDENCIES = ['nest']
|
||||
SENSOR_TYPES = ['humidity',
|
||||
'mode',
|
||||
'operation_mode',
|
||||
'last_ip',
|
||||
'local_ip',
|
||||
'last_connection',
|
||||
|
||||
Reference in New Issue
Block a user