mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 15:44:52 +01:00
12 lines
317 B
JSON
12 lines
317 B
JSON
{
|
|
"domain": "syncthing",
|
|
"name": "Syncthing",
|
|
"codeowners": ["@zhulik"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/syncthing",
|
|
"integration_type": "service",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["aiosyncthing"],
|
|
"requirements": ["aiosyncthing==0.7.1"]
|
|
}
|