I have several USB audio devices connected to my Home Assistant.
These are all from the same vendor and therefore show the same name in the configuration screens.
Hah, that is a good question. When plugging in something in Linux, the kernel loads the module applicable and it is (normally) doing so by the logical numbering of the ports.
I have seen examples of Ethernet ports getting a new number after an update though.
When the kernel is loading the attributes of the device, one of the fields will be a kind of a ‘description’ of what the device is/does, this is the field you are seeing in HA.
You’ll have to rewrite that if you want HA to be able to show something else.
Yes i have experience with Linux.
What should i do in udev rules so that it takes effect on the selection of the audio device on the configuration screen of home assistant.
i tried it with ATTR{id} - no effect
i tried to add a SYMLINK - no effect
Well the idea is that you should be able to create a symlink OR to rename the existing ‘alias’ (not what it is actually called, my attempt to make it sound logical) of the device.
When I check the name of my ZWave stick, it is listed under ‘ID_SERIAL’, however I am not sure that will be enough.