Skip to content

Commit

Permalink
Add "smart" instance mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dext0r committed Mar 9, 2023
1 parent 2a3a5fe commit 55ed42c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions custom_components/yandex_smart_home/const.py
Original file line number Diff line number Diff line change
@@ -372,6 +372,7 @@
# https://yandex.ru/dev/dialogs/smart-home/doc/concepts/mode-instance-modes.html
MODE_INSTANCE_MODE_AUTO = 'auto'
MODE_INSTANCE_MODE_ECO = 'eco'
MODE_INSTANCE_MODE_SMART = 'smart'
MODE_INSTANCE_MODE_TURBO = 'turbo'
MODE_INSTANCE_MODE_COOL = 'cool'
MODE_INSTANCE_MODE_DRY = 'dry'
@@ -446,6 +447,7 @@
MODE_INSTANCE_MODES = (
MODE_INSTANCE_MODE_AUTO,
MODE_INSTANCE_MODE_ECO,
MODE_INSTANCE_MODE_SMART,
MODE_INSTANCE_MODE_TURBO,
MODE_INSTANCE_MODE_COOL,
MODE_INSTANCE_MODE_DRY,

0 comments on commit 55ed42c

Please sign in to comment.