1
mirror of https://github.com/home-assistant/core synced 2024-10-07 10:13:38 +02:00
ha-core/homeassistant/components/myq/manifest.json
2021-02-23 21:50:06 +01:00

12 lines
241 B
JSON

{
"domain": "myq",
"name": "MyQ",
"documentation": "https://www.home-assistant.io/integrations/myq",
"requirements": ["pymyq==3.0.4"],
"codeowners": ["@bdraco"],
"config_flow": true,
"homekit": {
"models": ["819LMB"]
}
}