mirror of
https://github.com/home-assistant/core.git
synced 2025-07-29 08:07:45 +00:00
Fix typo in hassio (#146474)
This commit is contained in:
parent
26fe23eb5c
commit
2f1977fa0c
@ -144,5 +144,5 @@ class SupervisorEntityModel(StrEnum):
|
|||||||
ADDON = "Home Assistant Add-on"
|
ADDON = "Home Assistant Add-on"
|
||||||
OS = "Home Assistant Operating System"
|
OS = "Home Assistant Operating System"
|
||||||
CORE = "Home Assistant Core"
|
CORE = "Home Assistant Core"
|
||||||
SUPERVIOSR = "Home Assistant Supervisor"
|
SUPERVISOR = "Home Assistant Supervisor"
|
||||||
HOST = "Home Assistant Host"
|
HOST = "Home Assistant Host"
|
||||||
|
@ -261,7 +261,7 @@ def async_register_supervisor_in_dev_reg(
|
|||||||
params = DeviceInfo(
|
params = DeviceInfo(
|
||||||
identifiers={(DOMAIN, "supervisor")},
|
identifiers={(DOMAIN, "supervisor")},
|
||||||
manufacturer="Home Assistant",
|
manufacturer="Home Assistant",
|
||||||
model=SupervisorEntityModel.SUPERVIOSR,
|
model=SupervisorEntityModel.SUPERVISOR,
|
||||||
sw_version=supervisor_dict[ATTR_VERSION],
|
sw_version=supervisor_dict[ATTR_VERSION],
|
||||||
name="Home Assistant Supervisor",
|
name="Home Assistant Supervisor",
|
||||||
entry_type=dr.DeviceEntryType.SERVICE,
|
entry_type=dr.DeviceEntryType.SERVICE,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user