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