Hi,
I’m using HA with both Homekit and a MyQ Chamberlain garage door component. The MyQ shows up in HA as a generic cover, not a garage door cover. If I leave it that way, then Homekit recognizes it properly. However, if I customize the device_class to garage, then the device no longer shows up in Homekit. Here’s the customize code in my configuration.yaml:
cover.garage_door_opener:
friendly_name: Garage Door
device_class: garage
Any ideas how I can fix that? I want it labeled as a garage door explicitly so Homekit will not allow it to be opened without authorization.
Thanks for the help!