Fix harmony activity starting initial state (#38439)
This commit is contained in:
parent
e940811a8b
commit
8f2abc2ee1
1 changed files with 1 additions and 1 deletions
|
@ -140,7 +140,7 @@ class HarmonyRemote(remote.RemoteEntity, RestoreEntity):
|
|||
self._current_activity = ACTIVITY_POWER_OFF
|
||||
self.default_activity = activity
|
||||
self._activity_starting = None
|
||||
self._is_initial_update = False
|
||||
self._is_initial_update = True
|
||||
self._client = HarmonyClient(ip_address=host)
|
||||
self._config_path = out_path
|
||||
self.delay_secs = delay_secs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue