core/homeassistant/components/mysensors/manifest.json

12 lines
340 B
JSON
Raw Normal View History

{
"domain": "mysensors",
"name": "MySensors",
2021-03-06 22:06:50 +00:00
"after_dependencies": ["mqtt"],
"codeowners": ["@MartinHjelmare", "@functionpointer"],
"config_flow": true,
2023-02-08 19:38:43 +00:00
"documentation": "https://www.home-assistant.io/integrations/mysensors",
"iot_class": "local_push",
2023-02-08 19:38:43 +00:00
"loggers": ["mysensors"],
"requirements": ["pymysensors==0.24.0"]
}