Fix point device identifiers (#60719)
This commit is contained in:
parent
9a8c1cf6c4
commit
2ba21d6bf3
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue