diff --git a/hassio/host/info.py b/hassio/host/info.py index af282c4c7..81db98dc9 100644 --- a/hassio/host/info.py +++ b/hassio/host/info.py @@ -18,7 +18,7 @@ class InfoCenter(CoreSysAttributes): @property def hostname(self): """Return local hostname.""" - return self._data.get('Hostname') or None + return self._data.get('StaticHostname') or None @property def chassis(self):