Removing the timezone doesn’t work for me. It appears - like your screenshot - but there’s no “save” button so when I navigate away and then back to the settings the timezone is set again (currently to US EDT).
I’ve entered a NY zip code for device location - is this what you’ve done too?
It’s odd. I don’t see the “Follow-Up Mode” that you have either… Are you on alexa.amazon.co.uk when entering this?
What do you have for the device location? Again, I can’t keep it blank.
So after clearing browser cache, whenever I log in to alexa.amazon.com I get redirected to .co.uk, which seems like a slightly different site (based on the lack of “Follow-Up Mode”.
You also need to remove /homeassistant/.homeassistant/alexa_media.pickle then restart hass
You will get a new captha to fill in for Alexa in home assistant page.
media_player:
Hello, I’m hoping somebody could help me out here.
My alexa tts is working great, Im trying to add the automation above. I don’t use packages. I assume I can put each section where it belongs in my config. Im getting errors with the automation. any suggestions?
heres my error.
Invalid config for [automation]: Entity ID {% if is_state(‘input_select.alexa’ is an invalid entity id for dictionary value @ data[‘action’][0][‘entity_id’]. Got None
expected a dictionary for dictionary value @ data[‘action’][0][‘data_template’]. Got None
extra keys not allowed @ data[‘action’][0][‘volume_level’]. Got None. (See /config/configuration.yaml, line 185). Please check the docs at https://home-assistant.io/components/automation/
One thing I noticed is that you have triple 's which won’t work (Courtney’s, Cameron’s and Morgan’s) remove the extra apostrophes in the automation and the input_select.
I don’t think the slider will have an effect unless you set it before the automation runs, i.e. before you change the input_select. To do it dynamically you would need either another trigger added to the current automation (the input_number) or another automation using the input_number as a trigger.
- alias: Alexa TTS
trigger:
platform: state
entity_id: input_select.alexa
platform: state
entity_id: input_number.alexa_volume
Please let us know your results and successful code. I am trying to do the exact same thing (configuration.yaml vs packages) for the exact same scenario.
I am new to HA but have managed to get this installed and recognising my Echo devices. Using suggestions here about playing audio when cycling power on my RPi3 sees the echo recognised but I can’t control the media remotely.
The echo is playing music via Spotify and don’t have any Spotify plugin installed, is this likely to be the issue or should this not matter? My understanding is the script is making API calls so a Spotify plugin wouldnt be required?
Running HassOS 2.2 on a RPi3, latest build on HA and no error or warning messages in the I go panel.
My only two thoughts are that you may need numeric state as the trigger or you may have to have it as a separate automation. However it should work as any state change of either the input select or the input number should cause the automation to run, you could check in the log or the history.