Add integration_type device to volumio (#163751)

This commit is contained in:
Joost Lekkerkerker
2026-02-22 10:52:43 +01:00
committed by GitHub
parent 70585d1e23
commit 16f4f5d54f
2 changed files with 2 additions and 1 deletions
@@ -4,6 +4,7 @@
"codeowners": ["@OnFreund"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/volumio",
"integration_type": "device",
"iot_class": "local_polling",
"loggers": ["pyvolumio"],
"requirements": ["pyvolumio==0.1.5"],
+1 -1
View File
@@ -7601,7 +7601,7 @@
},
"volumio": {
"name": "Volumio",
"integration_type": "hub",
"integration_type": "device",
"config_flow": true,
"iot_class": "local_polling"
},