Add nest hvac state (#4810)

* Add basic property details for Nest hvac_state

* Add the hvac_state sensor

* Update requirements and remove trailing whitespace

Clean up the multiline docstring

Adding a space between summary and description

* Removing the hvac_state as a property on the nest climate

* Update nest.py
pull/4888/head
Joe Rocklin 2016-12-16 00:39:59 -05:00 committed by Paulus Schoutsen
parent ceac9eab94
commit f90b89bc74
1 changed files with 2 additions and 1 deletions

View File

@ -18,7 +18,8 @@ from homeassistant.const import (
DEPENDENCIES = ['nest']
SENSOR_TYPES = ['humidity',
'operation_mode']
'operation_mode',
'hvac_state']
SENSOR_TYPES_DEPRECATED = ['last_ip',
'local_ip',