1
0
mirror of https://github.com/home-assistant/core.git synced 2026-04-29 05:03:59 +01:00
Files
core/homeassistant/components/syncthing/manifest.json
2024-11-20 20:54:15 +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.5.1"]
}