core/homeassistant/components/soundtouch/manifest.json

12 lines
336 B
JSON

{
"domain": "soundtouch",
"name": "Bose SoundTouch",
"codeowners": ["@kroimon"],
"config_flow": true,
"documentation": "https://www.home-assistant.io/integrations/soundtouch",
"iot_class": "local_polling",
"loggers": ["libsoundtouch"],
"requirements": ["libsoundtouch==0.8"],
"zeroconf": ["_soundtouch._tcp.local."]
}