mirror of
https://github.com/home-assistant/core.git
synced 2025-07-19 11:17:21 +00:00
Fix AdGuard device info (#35217)
This commit is contained in:
parent
4be1006b71
commit
96b84ff348
@ -206,5 +206,5 @@ class AdGuardHomeDeviceEntity(AdGuardHomeEntity):
|
|||||||
"name": "AdGuard Home",
|
"name": "AdGuard Home",
|
||||||
"manufacturer": "AdGuard Team",
|
"manufacturer": "AdGuard Team",
|
||||||
"sw_version": self.hass.data[DOMAIN].get(DATA_ADGUARD_VERION),
|
"sw_version": self.hass.data[DOMAIN].get(DATA_ADGUARD_VERION),
|
||||||
"type": "service",
|
"entry_type": "service",
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user