mirror of
https://github.com/home-assistant/supervisor.git
synced 2025-11-09 02:49:43 +00:00
fix host
This commit is contained in:
@@ -32,7 +32,7 @@ class APIHost(CoreSysAttributes):
|
||||
ATTR_CHASSIS: self.sys_host.local.chassis,
|
||||
ATTR_VERSION: None,
|
||||
ATTR_LAST_VERSION: None,
|
||||
ATTR_FEATURES: self.sys_host.features,
|
||||
ATTR_FEATURES: self.sys_host.supperted_features,
|
||||
ATTR_HOSTNAME: self.sys_host.local.hostname,
|
||||
ATTR_OPERATING_SYSTEM: self.sys_host.local.operating_system,
|
||||
ATTR_KERNEL: self.sys_host.local.kernel,
|
||||
|
||||
Reference in New Issue
Block a user