core/homeassistant/components/syncthru/manifest.json

17 lines
455 B
JSON
Raw Normal View History

{
"domain": "syncthru",
"name": "Samsung SyncThru Printer",
2023-02-08 19:41:50 +00:00
"codeowners": ["@nielstron"],
"config_flow": true,
2023-02-08 19:41:50 +00:00
"documentation": "https://www.home-assistant.io/integrations/syncthru",
"iot_class": "local_polling",
"loggers": ["pysyncthru"],
2022-07-10 18:55:54 +00:00
"requirements": ["pysyncthru==0.7.10", "url-normalize==1.4.3"],
"ssdp": [
{
"deviceType": "urn:schemas-upnp-org:device:Printer:1",
"manufacturer": "Samsung Electronics"
}
2023-02-08 19:41:50 +00:00
]
}