-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Voice code not working with exposed HA Voice Assistant cover #87
Comments
Hi, I have made exactly the same observation. https://github.com/home-assistant/core/blob/dev/homeassistant/components/cover/__init__.py These SUPPORT_* constants are deprecated as of Home Assistant 2022.5.Please use the CoverEntityFeature enum instead.SUPPORT_OPEN = 1 |
So is this something we can adjust? I also noticed the close command no longer beeps the garage and flashes the lights as a warning. It just instantly closes. |
I worked around it by making a separate "shadow" cover in HA's configuration.yaml. I added:
Of course, you'll need to update the four mentions of the ratgdo entity. Once you've added this and reloaded your YAML, expose it to Alexa instead of the ratgdo entity and the voice code requirement is available and functional.
This is known and could be considered a feature rather than a bug. I understood there was some work being done on the "Time To Close" function that would allow for that feature capability. More discussion here: #42 and #43 and #60 |
When I used the MyQ HA integration to expose the cover entity to Alexa, I would be asked every time by my Echo devices to say the 4 digit voice code to open the garage. The first time I asked this Alexa asked me to set the code.
Through Ratgdo Esphome, Alexa ALSO asked me to set a voice code the first time I exposed the cover, but it never asks for the code via Esphome, so anyone can voice open the garage without a voice code.
Can we get the voice code working with this integration?
The text was updated successfully, but these errors were encountered: