mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
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
This commit is contained in:
parent
ceac9eab94
commit
f90b89bc74
@ -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',
|
||||
|
Loading…
x
Reference in New Issue
Block a user