I have a MyQ integration to HA and it’s connected now to Alexa with this excellent solution. I can open and close the garage door by asking Alexa, but what I can’t do is ask her the status of the door. I thought if I added this:
- platform: template
sensors:
garage_door_status:
friendly_name: 'Garage Door State'
value_template: '{{ states.cover.garage_door_opener.state }}'
But when I go to the Alexa app on my phone and search for new devices it doesn’t find anything. Any thoughts?
Thanks
JR