mirror of
https://github.com/home-assistant/core.git
synced 2025-08-03 12:45:28 +02:00
Code styling tweaks to the AdGuard Home integration (#85468)
This commit is contained in:
@@ -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",
|
||||||
|
Reference in New Issue
Block a user