core/homeassistant/components/bluesound/manifest.json

16 lines
370 B
JSON
Raw Normal View History

{
"domain": "bluesound",
"name": "Bluesound",
"after_dependencies": ["zeroconf"],
"codeowners": ["@thrawnarn", "@LouisChrist"],
"config_flow": true,
2023-02-08 19:29:44 +00:00
"documentation": "https://www.home-assistant.io/integrations/bluesound",
"iot_class": "local_polling",
2024-09-11 21:14:19 +00:00
"requirements": ["pyblu==1.0.2"],
"zeroconf": [
{
"type": "_musc._tcp.local."
}
]
}