1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-25 04:46:25 +00:00

Update info.py

This commit is contained in:
Pascal Vizeli
2018-04-28 10:51:25 +02:00
committed by GitHub
parent fe38fe94dc
commit 9e18589b6b

View File

@@ -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):