Upgrade python-nest, add security_state sensor, nest.set_mode service set ETA as well (#14901)

This commit is contained in:
Jason Hu 2018-06-11 22:28:16 -07:00 committed by Sebastian Muszynski
parent 576c806e86
commit 30111ea417
4 changed files with 58 additions and 6 deletions

View file

@ -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