Code styling tweaks to the AdGuard Home integration (#85468)

This commit is contained in:
Franck Nijhof 2023-01-08 23:53:17 +01:00 committed by GitHub
parent 90e55cd711
commit 2511402400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -58,7 +58,12 @@ class AdGuardHomeEntity(Entity):
return DeviceInfo(
entry_type=DeviceEntryType.SERVICE,
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",
name="AdGuard Home",