hass-core/homeassistant/components/mysensors/manifest.json
2020-04-03 12:58:19 -07:00

8 lines
240 B
JSON

{
"domain": "mysensors",
"name": "MySensors",
"documentation": "https://www.home-assistant.io/integrations/mysensors",
"requirements": ["pymysensors==0.18.0"],
"after_dependencies": ["mqtt"],
"codeowners": ["@MartinHjelmare"]
}