Any idea what i might be doing wrong? google home speaker gets activated but no music plays… does the place where music file is has to be available on www public folder?
below is my flow
[
{
"id": "f95cdc2547c3b160",
"type": "ha-api",
"z": "970707c9e290e4c5",
"name": "Get AuthSign",
"server": "10d60cb7.4f5173",
"version": 1,
"debugenabled": false,
"protocol": "websocket",
"method": "get",
"path": "",
"data": "{\t \"type\": \"auth/sign_path\",\t \"path\": \"http://192.168.1.139:8123/media/local/Securityalarm.mp3\",\t \"expires\": 300 \t}",
"dataType": "jsonata",
"responseType": "json",
"outputProperties": [
{
"property": "payload",
"propertyType": "msg",
"value": "",
"valueType": "results"
}
],
"x": 390,
"y": 100,
"wires": [
[
"4c4bfb4630ad677b"
]
]
},
{
"id": "10d60cb7.4f5173",
"type": "server",
"name": "Home Assistant",
"version": 5,
"addon": true,
"rejectUnauthorizedCerts": true,
"ha_boolean": "y|yes|true|on|home|open",
"connectionDelay": true,
"cacheJson": true,
"heartbeat": false,
"heartbeatInterval": "30",
"areaSelector": "friendlyName",
"deviceSelector": "friendlyName",
"entitySelector": "friendlyName",
"statusSeparator": "at: ",
"statusYear": "hidden",
"statusMonth": "short",
"statusDay": "numeric",
"statusHourCycle": "h23",
"statusTimeFormat": "h:m",
"enableGlobalContextStore": true
}
]