mirror of
https://github.com/home-assistant/core.git
synced 2026-04-29 13:13:46 +01:00
17 lines
454 B
JSON
17 lines
454 B
JSON
{
|
|
"domain": "syncthru",
|
|
"name": "Samsung SyncThru Printer",
|
|
"codeowners": ["@nielstron"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/syncthru",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["pysyncthru"],
|
|
"requirements": ["PySyncThru==0.8.0", "url-normalize==2.2.1"],
|
|
"ssdp": [
|
|
{
|
|
"deviceType": "urn:schemas-upnp-org:device:Printer:1",
|
|
"manufacturer": "Samsung Electronics"
|
|
}
|
|
]
|
|
}
|