mirror of
https://github.com/home-assistant/core.git
synced 2025-07-17 10:17:09 +00:00
Fix harmony activity starting initial state (#38439)
This commit is contained in:
parent
e940811a8b
commit
8f2abc2ee1
@ -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…
x
Reference in New Issue
Block a user