mirror of
https://github.com/Electric-Special/ha-core.git
synced 2026-03-21 05:06:13 +01:00
11 lines
284 B
JSON
11 lines
284 B
JSON
{
|
|
"domain": "syncthing",
|
|
"name": "Syncthing",
|
|
"codeowners": ["@zhulik"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/syncthing",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["aiosyncthing"],
|
|
"requirements": ["aiosyncthing==0.7.1"]
|
|
}
|