2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "mysensors",
|
2020-01-07 12:28:35 +00:00
|
|
|
"name": "MySensors",
|
2019-10-02 16:25:44 +00:00
|
|
|
"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"],
|
2021-04-15 08:21:38 +00:00
|
|
|
"config_flow": true,
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_push",
|
|
|
|
"loggers": ["mysensors"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|