Skip to content

Commit

Permalink
Add ventilation_mode and new instance modes
Browse files Browse the repository at this point in the history
  • Loading branch information
dext0r committed Jun 23, 2024
1 parent 66700e2 commit 87c5a2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions custom_components/yandex_smart_home/schema/capability_mode.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ class ModeCapabilityInstance(StrEnum):
SWING = "swing"
TEA_MODE = "tea_mode"
THERMOSTAT = "thermostat"
VENTILATION_MODE = "ventilation_mode"
WORK_SPEED = "work_speed"


Expand All @@ -34,6 +35,9 @@ class ModeCapabilityMode(StrEnum):
https://yandex.ru/dev/dialogs/smart-home/doc/concepts/mode-instance-modes.html
"""

WET_CLEANING = "wet_cleaning"
DRY_CLEANING = "dry_cleaning"
MIXED_CLEANING = "mixed_cleaning"
AUTO = "auto"
ECO = "eco"
SMART = "smart"
Expand All @@ -56,6 +60,8 @@ class ModeCapabilityMode(StrEnum):
HORIZONTAL = "horizontal"
STATIONARY = "stationary"
VERTICAL = "vertical"
SUPPLY_AIR = "supply_air"
EXTRACTION_AIR = "extraction_air"
ONE = "one"
TWO = "two"
THREE = "three"
Expand Down

0 comments on commit 87c5a2a

Please sign in to comment.