mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00

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
19 lines
375 B
JSON
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"]
|
|
}
|