mirror of
https://github.com/home-assistant/core.git
synced 2025-07-21 20:27:08 +00:00
Correct knx device info (#96482)
This commit is contained in:
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…
x
Reference in New Issue
Block a user