mirror of
https://github.com/home-assistant/core.git
synced 2025-07-08 13:57:10 +00:00
Fix point device identifiers (#60719)
This commit is contained in:
parent
9a8c1cf6c4
commit
2ba21d6bf3
@ -315,7 +315,7 @@ class MinutPointEntity(Entity):
|
||||
connections={
|
||||
(device_registry.CONNECTION_NETWORK_MAC, device["device_mac"])
|
||||
},
|
||||
identifiers=device["device_id"],
|
||||
identifiers={(DOMAIN, device["device_id"])},
|
||||
manufacturer="Minut",
|
||||
model=f"Point v{device['hardware_version']}",
|
||||
name=device["description"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user