1
0
mirror of https://github.com/home-assistant/core.git synced 2026-02-21 18:38:17 +00:00
Files
core/homeassistant/components/syncthing/manifest.json
2026-01-25 09:44:07 +01:00

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"]
}