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:
Jeff Wilson 2016-09-30 02:44:14 -04:00 committed by Paulus Schoutsen
parent 9ea030f42e
commit a89d036e26
2 changed files with 20 additions and 9 deletions

View file

@ -16,7 +16,7 @@ from homeassistant.const import (
DEPENDENCIES = ['nest']
SENSOR_TYPES = ['humidity',
'mode',
'operation_mode',
'last_ip',
'local_ip',
'last_connection',