core/homeassistant/components/myq/manifest.json

14 lines
314 B
JSON
Raw Normal View History

{
"domain": "myq",
"name": "MyQ",
"documentation": "https://www.home-assistant.io/integrations/myq",
2021-02-23 20:50:06 +00:00
"requirements": ["pymyq==3.0.4"],
"codeowners": ["@bdraco"],
"config_flow": true,
"homekit": {
"models": ["819LMB"]
},
2021-04-16 21:53:41 +00:00
"iot_class": "cloud_polling",
"dhcp": [{ "macaddress": "645299*" }]
}