mirror of
https://github.com/home-assistant/core.git
synced 2025-12-20 02:48:57 +00:00
Add integration_type device to bluesound (#158865)
This commit is contained in:
committed by
GitHub
parent
d45f920b4a
commit
54adfdd694
@@ -5,6 +5,7 @@
|
|||||||
"codeowners": ["@thrawnarn", "@LouisChrist"],
|
"codeowners": ["@thrawnarn", "@LouisChrist"],
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"documentation": "https://www.home-assistant.io/integrations/bluesound",
|
"documentation": "https://www.home-assistant.io/integrations/bluesound",
|
||||||
|
"integration_type": "device",
|
||||||
"iot_class": "local_polling",
|
"iot_class": "local_polling",
|
||||||
"requirements": ["pyblu==2.0.5"],
|
"requirements": ["pyblu==2.0.5"],
|
||||||
"zeroconf": [
|
"zeroconf": [
|
||||||
|
|||||||
@@ -784,7 +784,7 @@
|
|||||||
},
|
},
|
||||||
"bluesound": {
|
"bluesound": {
|
||||||
"name": "Bluesound",
|
"name": "Bluesound",
|
||||||
"integration_type": "hub",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_polling"
|
"iot_class": "local_polling"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user