mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 22:07:10 +00:00
parent
6cfb40f080
commit
c2d52f8fcb
@ -74,7 +74,7 @@ class WanIpSensor(SensorEntity):
|
|||||||
}
|
}
|
||||||
self._attr_device_info = DeviceInfo(
|
self._attr_device_info = DeviceInfo(
|
||||||
entry_type=DeviceEntryType.SERVICE,
|
entry_type=DeviceEntryType.SERVICE,
|
||||||
identifiers={(DOMAIN, f"{hostname}_{ipv6}")},
|
identifiers={(DOMAIN, hostname)},
|
||||||
manufacturer="DNS",
|
manufacturer="DNS",
|
||||||
model=aiodns.__version__,
|
model=aiodns.__version__,
|
||||||
name=name,
|
name=name,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user