mirror of
https://github.com/home-assistant/core.git
synced 2026-04-17 23:53:49 +01:00
17 lines
402 B
JSON
17 lines
402 B
JSON
{
|
|
"domain": "bluesound",
|
|
"name": "Bluesound",
|
|
"after_dependencies": ["zeroconf"],
|
|
"codeowners": ["@thrawnarn", "@LouisChrist"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/bluesound",
|
|
"integration_type": "device",
|
|
"iot_class": "local_polling",
|
|
"requirements": ["pyblu==2.0.6"],
|
|
"zeroconf": [
|
|
{
|
|
"type": "_musc._tcp.local."
|
|
}
|
|
]
|
|
}
|