ha-alexa-tts
ha-alexa-tts copied to clipboard
Hass.io Implementation Help
I have followed each step and have successfully managed to test the commands from the command line.
Since adding to to Hass.io I have tried to make a script call but this doesn't work. I have also tried to make a service call using the following request:
But unfortunately upon every call I get the following error:
2018-12-05 23:22:19 ERROR (SyncWorker_15) [homeassistant.components.notify.command_line] Command failed: /config/alexa_wrapper.sh -d 'Nathan's Echo Dot'
I've tried several calls and each time the same thing.
Here's my config.yaml notify:
#Notify
notify:
- platform: command_line
name: "Livingroom Echo"
command: "/config/alexa_wrapper.sh -d 'Nathan's Echo Dot'"
Here's my PATH:
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
ALEXA_REMOTE="$DIR/alexa_remote_control.sh"
Any help would be greatly appreciated being so close to a result.
Same issue here, did you figure this out?
Works from the command line but not in HA calling the service.