core/homeassistant/components/mysensors/manifest.json

12 lines
340 B
JSON
Raw Normal View History

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