1
mirror of https://github.com/home-assistant/core synced 2024-09-06 10:29:55 +02:00

Remove default model from upcloud (#98972)

This commit is contained in:
Joost Lekkerkerker 2023-08-24 16:39:14 +02:00 committed by GitHub
parent 9da192c752
commit d300f2d0cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -243,7 +243,7 @@ class UpCloudServerEntity(CoordinatorEntity[UpCloudDataUpdateCoordinator]):
assert self.coordinator.config_entry is not None
return DeviceInfo(
configuration_url="https://hub.upcloud.com",
default_model="Control Panel",
model="Control Panel",
entry_type=DeviceEntryType.SERVICE,
identifiers={
(DOMAIN, f"{self.coordinator.config_entry.data[CONF_USERNAME]}@hub")