Add the serial number to the DeviceInfo #987
-
ContextCurrently, it is hard for the user to identify a device when the name and the model are the same. Some integration/API's are only providing default names. He can only identify it by activating some sort of action on the device like:
The device info page does not provide any information that allows identifying the device (if they have the same name and model). ProposalI propose to extend the Example: With the serial number, a user has an additional identifier to identify a device. ConsequencesAs the serial number is fixed per device and will not change over time, I think there are no consequences for adding the serial number to the device info. What will happen with the current devices?As the serial number is optional, there is no action/change required for the current devices. |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 11 replies
-
Beta Was this translation helpful? Give feedback.
-
Looking at the codebase: A serial number is a very common thing for a device; as a matter of fact, search for It is pretty much static, so it is a good fit for the device registry as well. Thumbs up from my end 👍 |
Beta Was this translation helpful? Give feedback.
-
I think we should have a more generic approach which will also support other identifiers. I am sure the most common one is MAC, probably much more than a serial number. This can be accomplished in
In any case, I would not go forward with this unless we cover at least MAC address. |
Beta Was this translation helpful? Give feedback.
-
We've discussed this today and are accepting this proposal to add just Other suggestions have been discussed, but we have kept them out of scope for now. There is a proposal/idea in the making to add the actual notion of devices to Home Assistant, which would be a better fit to discuss all other needs. |
Beta Was this translation helpful? Give feedback.
We've discussed this today and are accepting this proposal to add just
serial_number
to the device info right now, as it is really common.Other suggestions have been discussed, but we have kept them out of scope for now. There is a proposal/idea in the making to add the actual notion of devices to Home Assistant, which would be a better fit to discuss all other needs.