I am trying to create a simple flow that announces to my Echo Dot (via the notify.alexa_media service) from the Alexa custom component. I made it as simple as possible to test, but am getting errors in the API call. Anyone have any ideas? I’ve made a few success basic flows.
[{"id":"ef6263901b865742","type":"tab","label":"Flow 2","disabled":false,"info":"","env":[]},{"id":"d13e37dd21f450c6","type":"api-call-service","z":"ef6263901b865742","name":"Porch Light On","server":"6d33c0bc52cec372","version":3,"debugenabled":true,"service_domain":"notify","service":"alexa_media","entityId":"media_player.echo_dot_front_office","data":"{\"message\":\"The Porch Light is On\"}","dataType":"json","mergecontext":"","mustacheAltTags":false,"outputProperties":[],"queue":"none","x":600,"y":100,"wires":[[]]},{"id":"093363a0efc59d15","type":"server-state-changed","z":"ef6263901b865742","name":"","server":"6d33c0bc52cec372","version":3,"exposeToHomeAssistant":false,"haConfig":[{"property":"name","value":""},{"property":"icon","value":""}],"entityidfilter":"light.front_porch","entityidfiltertype":"exact","outputinitially":false,"state_type":"str","haltifstate":"on","halt_if_type":"str","halt_if_compare":"is","outputs":2,"output_only_on_state_change":true,"for":0,"forType":"num","forUnits":"minutes","ignorePrevStateNull":false,"ignorePrevStateUnknown":false,"ignorePrevStateUnavailable":false,"ignoreCurrentStateUnknown":false,"ignoreCurrentStateUnavailable":false,"outputProperties":[{"property":"payload","propertyType":"msg","value":"","valueType":"entityState"},{"property":"data","propertyType":"msg","value":"","valueType":"eventData"},{"property":"topic","propertyType":"msg","value":"","valueType":"triggerId"}],"x":190,"y":100,"wires":[["d13e37dd21f450c6"],[]]},{"id":"6d33c0bc52cec372","type":"server","name":"Home Assistant","version":2,"addon":false,"rejectUnauthorizedCerts":true,"ha_boolean":"y|yes|true|on|home|open","connectionDelay":true,"cacheJson":true,"heartbeat":false,"heartbeatInterval":"30"}]
I get the following error: