Fix point device identifiers (#60719)

This commit is contained in:
Fredrik Erlandsson 2021-12-01 12:48:06 +01:00 committed by GitHub
parent 9a8c1cf6c4
commit 2ba21d6bf3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"],