Skip to content

Commit

Permalink
Add pet_drinking_fountain and pet_feeder device types
Browse files Browse the repository at this point in the history
  • Loading branch information
dext0r committed Jan 16, 2023
1 parent d6d4ea5 commit 3efc5c0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions custom_components/yandex_smart_home/const.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,6 +118,8 @@
TYPE_DISHWASHER = PREFIX_TYPES + 'dishwasher'
TYPE_IRON = PREFIX_TYPES + 'iron'
TYPE_SENSOR = PREFIX_TYPES + 'sensor'
TYPE_PET_DRINKING_FOUNTAIN = PREFIX_TYPES + 'pet_drinking_fountain'
TYPE_PET_FEEDER = PREFIX_TYPES + 'pet_feeder'
TYPE_OTHER = PREFIX_TYPES + 'other'
TYPES = (
TYPE_LIGHT,
Expand All @@ -144,6 +146,8 @@
TYPE_DISHWASHER,
TYPE_IRON,
TYPE_SENSOR,
TYPE_PET_DRINKING_FOUNTAIN,
TYPE_PET_FEEDER,
TYPE_OTHER,
)

Expand Down

0 comments on commit 3efc5c0

Please sign in to comment.