Correct knx device info (#96482)
parent
8440f14a08
commit
580fd92ef2
|
@ -25,7 +25,7 @@ class KNXInterfaceDevice:
|
|||
_device_id = (DOMAIN, f"_{entry.entry_id}_interface")
|
||||
self.device = self.device_registry.async_get_or_create(
|
||||
config_entry_id=entry.entry_id,
|
||||
default_name="KNX Interface",
|
||||
name="KNX Interface",
|
||||
identifiers={_device_id},
|
||||
)
|
||||
self.device_info = DeviceInfo(identifiers={_device_id})
|
||||
|
|
Loading…
Reference in New Issue