Restore the ability to tell when a harmony activity is starting (#38335)

* Restore the ability to tell when a harmony activity is starting

* adjust for poweroff

* switch to activity name for activity starting

* adjust

* do not set starting on initial update
This commit is contained in:
J. Nick Koston
2020-07-31 09:55:38 -10:00
committed by GitHub
parent 9d0f58009e
commit 476235a259
2 changed files with 15 additions and 1 deletions

View File

@@ -10,4 +10,5 @@ ATTR_ACTIVITY_LIST = "activity_list"
ATTR_DEVICES_LIST = "devices_list"
ATTR_LAST_ACTIVITY = "last_activity"
ATTR_CURRENT_ACTIVITY = "current_activity"
ATTR_ACTIVITY_STARTING = "activity_starting"
PREVIOUS_ACTIVE_ACTIVITY = "Previous Active Activity"