2019-04-04 04:14:45 +00:00
|
|
|
{
|
|
|
|
"domain": "syncthru",
|
2020-01-07 13:19:44 +00:00
|
|
|
"name": "Samsung SyncThru Printer",
|
2019-10-02 16:25:44 +00:00
|
|
|
"documentation": "https://www.home-assistant.io/integrations/syncthru",
|
2020-07-08 23:38:16 +00:00
|
|
|
"config_flow": true,
|
2021-09-30 14:29:51 +00:00
|
|
|
"requirements": ["pysyncthru==0.7.10", "url-normalize==1.4.1"],
|
2020-07-08 23:38:16 +00:00
|
|
|
"ssdp": [
|
|
|
|
{
|
|
|
|
"deviceType": "urn:schemas-upnp-org:device:Printer:1",
|
|
|
|
"manufacturer": "Samsung Electronics"
|
|
|
|
}
|
|
|
|
],
|
2021-04-15 08:21:38 +00:00
|
|
|
"codeowners": ["@nielstron"],
|
2022-01-28 21:37:53 +00:00
|
|
|
"iot_class": "local_polling",
|
|
|
|
"loggers": ["pysyncthru"]
|
2019-04-04 04:14:45 +00:00
|
|
|
}
|