core/homeassistant/components/syncthru/manifest.json

16 lines
425 B
JSON

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