I’d like to be able to set custom properties on devices. A use case is when i’m mapping websocket events to devices, and want to have a “human readable key” for a device to use e.g. in a mqtt topic. If i use device name
the value will change if i rename the device, which then would break things that rely on it. If i use a device UID it’s impossible to know which device it is from the id.
2 Likes