mirror of
https://github.com/home-assistant/core.git
synced 2026-05-08 17:49:37 +01:00
Set integration type for Synology DSM (#154714)
This commit is contained in:
@@ -5,6 +5,7 @@
|
||||
"config_flow": true,
|
||||
"dependencies": ["http"],
|
||||
"documentation": "https://www.home-assistant.io/integrations/synology_dsm",
|
||||
"integration_type": "device",
|
||||
"iot_class": "local_polling",
|
||||
"loggers": ["synology_dsm"],
|
||||
"requirements": ["py-synologydsm-api==2.7.3"],
|
||||
|
||||
@@ -6578,7 +6578,7 @@
|
||||
"name": "Synology Chat"
|
||||
},
|
||||
"synology_dsm": {
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling",
|
||||
"name": "Synology DSM"
|
||||
|
||||
Reference in New Issue
Block a user