1
0
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:
Michael
2025-10-17 23:41:01 +02:00
committed by GitHub
parent 9d03b1b9b4
commit 80d7224dcf
2 changed files with 2 additions and 1 deletions
@@ -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"],
+1 -1
View File
@@ -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"