mirror of
https://github.com/home-assistant/core.git
synced 2025-11-14 05:20:17 +00:00
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user