mirror of
https://github.com/home-assistant/core.git
synced 2026-09-24 15:31:52 -05:00
Add integration_type device to volumio (#163751)
This commit is contained in:
@@ -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"],
|
||||
|
||||
@@ -7601,7 +7601,7 @@
|
||||
},
|
||||
"volumio": {
|
||||
"name": "Volumio",
|
||||
"integration_type": "hub",
|
||||
"integration_type": "device",
|
||||
"config_flow": true,
|
||||
"iot_class": "local_polling"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user