Fix typo in hassio (#146474)

This commit is contained in:
Joost Lekkerkerker 2025-06-10 20:52:43 +02:00 committed by GitHub
parent 26fe23eb5c
commit 2f1977fa0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -144,5 +144,5 @@ class SupervisorEntityModel(StrEnum):
ADDON = "Home Assistant Add-on"
OS = "Home Assistant Operating System"
CORE = "Home Assistant Core"
SUPERVIOSR = "Home Assistant Supervisor"
SUPERVISOR = "Home Assistant Supervisor"
HOST = "Home Assistant Host"

View File

@ -261,7 +261,7 @@ def async_register_supervisor_in_dev_reg(
params = DeviceInfo(
identifiers={(DOMAIN, "supervisor")},
manufacturer="Home Assistant",
model=SupervisorEntityModel.SUPERVIOSR,
model=SupervisorEntityModel.SUPERVISOR,
sw_version=supervisor_dict[ATTR_VERSION],
name="Home Assistant Supervisor",
entry_type=dr.DeviceEntryType.SERVICE,