core/homeassistant/components/mysensors/manifest.json

16 lines
286 B
JSON

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