26 lines
602 B
JSON
26 lines
602 B
JSON
{
|
|
"domain": "synology_dsm",
|
|
"name": "Synology DSM",
|
|
"codeowners": ["@hacf-fr", "@Quentame", "@mib1185"],
|
|
"config_flow": true,
|
|
"dependencies": ["http"],
|
|
"documentation": "https://www.home-assistant.io/integrations/synology_dsm",
|
|
"iot_class": "local_polling",
|
|
"loggers": ["synology_dsm"],
|
|
"requirements": ["py-synologydsm-api==2.1.4"],
|
|
"ssdp": [
|
|
{
|
|
"manufacturer": "Synology",
|
|
"deviceType": "urn:schemas-upnp-org:device:Basic:1"
|
|
}
|
|
],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_http._tcp.local.",
|
|
"properties": {
|
|
"vendor": "synology*"
|
|
}
|
|
}
|
|
]
|
|
}
|