mirror of https://github.com/home-assistant/core
12 lines
336 B
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."]
|
|
}
|