Upgrade python-nest, add security_state sensor, nest.set_mode service set ETA as well (#14901)
This commit is contained in:
parent
576c806e86
commit
30111ea417
4 changed files with 58 additions and 6 deletions
|
@ -23,7 +23,7 @@ PROTECT_SENSOR_TYPES = ['co_status',
|
|||
# color_status: "gray", "green", "yellow", "red"
|
||||
'color_status']
|
||||
|
||||
STRUCTURE_SENSOR_TYPES = ['eta']
|
||||
STRUCTURE_SENSOR_TYPES = ['eta', 'security_state']
|
||||
|
||||
_VALID_SENSOR_TYPES = SENSOR_TYPES + TEMP_SENSOR_TYPES + PROTECT_SENSOR_TYPES \
|
||||
+ STRUCTURE_SENSOR_TYPES
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue