J. Nick Koston 298f763f12
Drop codeowner for myq (#94699)
All of my garage doors have been migrated to using
https://esphome-ratgdo.github.io/esphome-ratgdo/

All of my gates have been migrated to using a
KC868-A4 board https://www.kincony.com/kc868-a4-digital-input-trigger-relay-output-esphome.html

I no longer use myq in production as there is now a
viable esphome replacement every place I was using
myq
2023-06-15 21:15:33 -04:00

19 lines
375 B
JSON

{
"domain": "myq",
"name": "MyQ",
"codeowners": ["@ehendrix23"],
"config_flow": true,
"dhcp": [
{
"macaddress": "645299*"
}
],
"documentation": "https://www.home-assistant.io/integrations/myq",
"homekit": {
"models": ["819LMB", "MYQ"]
},
"iot_class": "cloud_polling",
"loggers": ["pkce", "pymyq"],
"requirements": ["pymyq==3.1.4"]
}