Hello,
I have configured Alexa as per https://www.home-assistant.io/integrations/alexa.smart_home/ with the dev account, custom skill, aws lambda, etc. - Including Proactive Events.
I am able to see the devices in the Alexa app that I expect to see and I can set up routines to trigger on HA events, so far so good.
What I am curious about is a couple of things:
-
Is there a way for me to configure HA to be where the automation lives and have it trigger alexa to do things instead of using Routines in the alexa app?
-
Is there a way to use the features from alexa_media_player (https://github.com/alandtse/alexa_media_player/) or is the more "native" integration and this one mutually exclusive?
-
Does the paid "home assistant cloud" offering provide anything additional that I am not able to accomplish using my setup? I have no issue with SSL certs, dns, etc. so I see no reason to pay for that service if I don't have to.
My goal is to create a very simple "beep" when a door is opened or closed and the list of available sounds in the Alexa app routines are very limited and I am unable to find a sound effect I like. In particular I would like to get access to the sounds available here: https://developer.amazon.com/en-US/docs/alexa/custom-skills/ask-soundlibrary.html
I would like as tight of an integration as possible here so there is minimal latency between door opening and sound playing. I am thinking that perhaps it might actually be better to just get some sort of speaker device and not use Alexa at all but if I can get this working I would be happy.
Thanks in advance.