mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-15 13:16:29 +00:00
parent
0b15f88da3
commit
77881e8a58
File diff suppressed because one or more lines are too long
Binary file not shown.
Binary file not shown.
@ -23,7 +23,8 @@ class HassIO(CoreSysAttributes):
|
|||||||
"""Setup HassIO orchestration."""
|
"""Setup HassIO orchestration."""
|
||||||
# update timezone
|
# update timezone
|
||||||
if self.sys_config.timezone == 'UTC':
|
if self.sys_config.timezone == 'UTC':
|
||||||
self.sys_config.timezone = await fetch_timezone(self.sys_websession)
|
self.sys_config.timezone = \
|
||||||
|
await fetch_timezone(self.sys_websession)
|
||||||
|
|
||||||
# Load DBus
|
# Load DBus
|
||||||
await self.sys_dbus.load()
|
await self.sys_dbus.load()
|
||||||
|
@ -1 +1 @@
|
|||||||
Subproject commit 9d3b5c9d9b8d03e8e3dcdea55eb06b28852eed9a
|
Subproject commit 38e1b16031c397dda15399c63bfa40c40a5d0351
|
Loading…
x
Reference in New Issue
Block a user