core/homeassistant/components/soundtouch/manifest.json

12 lines
336 B
JSON

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