From f185291eca5c4d22282735430993264a180fce1a Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Fri, 27 Apr 2018 22:33:41 +0200 Subject: [PATCH] Update control.py --- hassio/host/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()