mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-07-23 17:16:33 +00:00
Update control.py
This commit is contained in:
parent
7541ae6476
commit
f185291eca
@ -47,5 +47,5 @@ class SystemControl(CoreSysAttributes):
|
|||||||
raise HostNotSupportedError()
|
raise HostNotSupportedError()
|
||||||
|
|
||||||
_LOGGER.info("Set Hostname %s", hostname)
|
_LOGGER.info("Set Hostname %s", hostname)
|
||||||
await self.sys_dbus.hostname.set_hostname(hostname)
|
await self.sys_dbus.hostname.set_static_hostname(hostname)
|
||||||
await self.sys_host.info.update()
|
await self.sys_host.info.update()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user