The actions available in Alexa Devices ( Alexa Devices - Home Assistant ) require specifying the device_id of the device to control… but how can I recover this device_id?
According to documentation, it’s something like
device_id: 037d79c1af96c67ba57ebcae560fb18e
Is it the same value I can get in the URL, opening the detail of a single device in Alexa Devices (http://homeassistant.local:8123/config/integrations/integration/alexa_devices ) (i.e. http://homeassistant.local:8123/config/devices/device/0713e954c3136f7c9394c095d4420c30 )
In this case, is maybe 0713e954c3136f7c9394c095d4420c30 the device_id?
Any other way to get it?