mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Code styling tweaks to the AdGuard Home integration (#85468)
This commit is contained in:
parent
90e55cd711
commit
2511402400
@ -58,7 +58,12 @@ class AdGuardHomeEntity(Entity):
|
|||||||
return DeviceInfo(
|
return DeviceInfo(
|
||||||
entry_type=DeviceEntryType.SERVICE,
|
entry_type=DeviceEntryType.SERVICE,
|
||||||
identifiers={
|
identifiers={
|
||||||
(DOMAIN, self.adguard.host, self.adguard.port, self.adguard.base_path) # type: ignore[arg-type]
|
( # type: ignore[arg-type]
|
||||||
|
DOMAIN,
|
||||||
|
self.adguard.host,
|
||||||
|
self.adguard.port,
|
||||||
|
self.adguard.base_path,
|
||||||
|
)
|
||||||
},
|
},
|
||||||
manufacturer="AdGuard Team",
|
manufacturer="AdGuard Team",
|
||||||
name="AdGuard Home",
|
name="AdGuard Home",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user