#I'm not sure with the `alexa_actions`
1 messages · Page 1 of 1 (latest)
Ok, so where you are using alexa_device, you'll want to use that sensor. Again, I think. I haven't tested this.
when you ask where am i using the device. You mean which device im speaking too?
No, in your automation. You have alexa_device as a property using a media_player entity. Change that to the sensor.
service: script.activate_alexa_actionable_notification metadata: {} data: text: Are you wanting to know the weather for today event_id: weather_forecast alexa_device: sensor.last_alexa
Yup. That looks right.