2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "syncthru",
|
2020-01-07 13:19:44 +00:00
|
|
|
"name": "Samsung SyncThru Printer",
|
2023-02-08 19:41:50 +00:00
|
|
|
"codeowners": ["@nielstron"],
|
2020-07-08 23:38:16 +00:00
|
|
|
"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"],
|
2020-07-08 23:38:16 +00:00
|
|
|
"ssdp": [
|
|
|
|
{
|
|
|
|
"deviceType": "urn:schemas-upnp-org:device:Printer:1",
|
|
|
|
"manufacturer": "Samsung Electronics"
|
|
|
|
}
|
2023-02-08 19:41:50 +00:00
|
|
|
]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|