core/homeassistant/components/myq/manifest.json

19 lines
375 B
JSON
Raw Normal View History

{
"domain": "myq",
"name": "MyQ",
"codeowners": ["@ehendrix23"],
"config_flow": true,
2023-02-08 19:38:43 +00:00
"dhcp": [
{
"macaddress": "645299*"
}
],
"documentation": "https://www.home-assistant.io/integrations/myq",
"homekit": {
"models": ["819LMB", "MYQ"]
},
2021-04-16 21:53:41 +00:00
"iot_class": "cloud_polling",
2023-02-08 19:38:43 +00:00
"loggers": ["pkce", "pymyq"],
"requirements": ["pymyq==3.1.4"]
}