diff --git a/hassio/host/control.py b/hassio/host/control.py index 77559bc4d..9704f6289 100644 --- a/hassio/host/control.py +++ b/hassio/host/control.py @@ -47,5 +47,5 @@ class SystemControl(CoreSysAttributes): raise HostNotSupportedError() _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()