mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-13 20:26:29 +00:00
fix bug
This commit is contained in:
parent
d6b3a36714
commit
68824fab4f
@ -23,7 +23,7 @@ class HassIO(CoreSysAttributes):
|
||||
"""Setup HassIO orchestration."""
|
||||
# update timezone
|
||||
if self.sys_config.timezone == 'UTC':
|
||||
self.sys_config.timezone = await fetch_timezone(self._websession)
|
||||
self.sys_config.timezone = await fetch_timezone(self.sys_websession)
|
||||
|
||||
# Load DBus
|
||||
await self.sys_dbus.load()
|
||||
|
Loading…
x
Reference in New Issue
Block a user