core/homeassistant/components/bluesound/manifest.json

16 lines
370 B
JSON

{
"domain": "bluesound",
"name": "Bluesound",
"after_dependencies": ["zeroconf"],
"codeowners": ["@thrawnarn", "@LouisChrist"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/bluesound",
"iot_class": "local_polling",
"requirements": ["pyblu==1.0.4"],
"zeroconf": [
{
"type": "_musc._tcp.local."
}
]
}