mirror of
https://github.com/home-assistant/core.git
synced 2025-07-28 23:57:06 +00:00
12 lines
340 B
JSON
12 lines
340 B
JSON
{
|
|
"domain": "mysensors",
|
|
"name": "MySensors",
|
|
"after_dependencies": ["mqtt"],
|
|
"codeowners": ["@MartinHjelmare", "@functionpointer"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/mysensors",
|
|
"iot_class": "local_push",
|
|
"loggers": ["mysensors"],
|
|
"requirements": ["pymysensors==0.25.0"]
|
|
}
|