mirror of
https://github.com/home-assistant/core.git
synced 2025-08-05 13:45:12 +02:00
@@ -74,7 +74,7 @@ class WanIpSensor(SensorEntity):
|
||||
}
|
||||
self._attr_device_info = DeviceInfo(
|
||||
entry_type=DeviceEntryType.SERVICE,
|
||||
identifiers={(DOMAIN, f"{hostname}_{ipv6}")},
|
||||
identifiers={(DOMAIN, hostname)},
|
||||
manufacturer="DNS",
|
||||
model=aiodns.__version__,
|
||||
name=name,
|
||||
|
Reference in New Issue
Block a user