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:
@@ -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):
|
||||
|
||||
Reference in New Issue
Block a user