1
mirror of https://github.com/home-assistant/core synced 2024-09-03 08:14:07 +02:00
ha-core/homeassistant/components/mysensors/manifest.json
2022-01-28 13:37:53 -08:00

12 lines
340 B
JSON

{
"domain": "mysensors",
"name": "MySensors",
"documentation": "https://www.home-assistant.io/integrations/mysensors",
"requirements": ["pymysensors==0.22.1"],
"after_dependencies": ["mqtt"],
"codeowners": ["@MartinHjelmare", "@functionpointer"],
"config_flow": true,
"iot_class": "local_push",
"loggers": ["mysensors"]
}