Skip to content

Commit

Permalink
Adding alarm state 4 (#181)
Browse files Browse the repository at this point in the history
  • Loading branch information
leikoilja authored Apr 12, 2021
1 parent dad8f6f commit 26536ea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions custom_components/google_home/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -167,6 +167,9 @@ class GoogleHomeAlarmStatus(Enum):
SET = 1
RINGING = 2
SNOOZED = 3
# We need to find out what this state means
# See: https://github.com/leikoilja/ha-google-home/issues/176
STATE_FOUR = 4


class GoogleHomeTimerStatus(Enum):
Expand Down

0 comments on commit 26536ea

Please sign in to comment.