core/homeassistant/components/syncthru/manifest.json

17 lines
455 B
JSON
Raw Normal View History

{
"domain": "syncthru",
"name": "Samsung SyncThru Printer",
"documentation": "https://www.home-assistant.io/integrations/syncthru",
"config_flow": true,
"requirements": ["pysyncthru==0.7.10", "url-normalize==1.4.1"],
"ssdp": [
{
"deviceType": "urn:schemas-upnp-org:device:Printer:1",
"manufacturer": "Samsung Electronics"
}
],
"codeowners": ["@nielstron"],
"iot_class": "local_polling",
"loggers": ["pysyncthru"]
}