I am trying to display the state of MyQ garage doors in HADashboard. I’ve read I need to use templates and have added the below to my configuration.yaml. However, I cannot find how to display the state of the garage door on the dashboard. I tried adding sensor.car_garage and other variations and keep getting entity not found.
Thank you. I’m not sure why my code pasted that way on the forum, but I did have the indention correct in my config file. What am I doing wrong to display this information on a HADashboard (AppDaemon)?
In addition to noting that there are “opening” and “closing” states as Brandon noted, you should also check the “open” and “closed” states. (I notice that “closed” is
not capitalized and “Open” is. If it’s the same as mine (which is also a MyQ), both should be lower-case only.)
setting up door chimes to let me know if doors are opened so I tried “opening” as the state from your post and that worked even better than open, which didn’t work for me! In the case of the garage door, knowing when it’s opening is highly preferable to door open like other sensors. Thanks for posting that!