diff --git a/homeassistant/components/sensor/nest.py b/homeassistant/components/sensor/nest.py index b9dde96a98c..f7bbf41cff9 100644 --- a/homeassistant/components/sensor/nest.py +++ b/homeassistant/components/sensor/nest.py @@ -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',