How do I find the new (numeric) device id's that HA is suddenly using? I cannot find them in any way.
Although I understand the technical advantage of using "keys" instead of they old id's, they make the yaml code unreadable for humans.
If I can find back these numeric id's in some way, I can add the readable device id's as a comment, making the yaml code readable again.
#device_id
1 messages · Page 1 of 1 (latest)
They're not intended to be interpreted by humans. You can use templates to cross reference in some cases if you just want to know: https://www.home-assistant.io/docs/configuration/templating/#devices
You can just don't use device triggers/conditions/action but stick with entity types.
That, too