mirror of https://github.com/home-assistant/core
13 lines
405 B
JSON
13 lines
405 B
JSON
{
|
|
"domain": "cambridge_audio",
|
|
"name": "Cambridge Audio",
|
|
"codeowners": ["@noahhusby"],
|
|
"config_flow": true,
|
|
"documentation": "https://www.home-assistant.io/integrations/cambridge_audio",
|
|
"integration_type": "device",
|
|
"iot_class": "local_push",
|
|
"loggers": ["aiostreammagic"],
|
|
"requirements": ["aiostreammagic==2.8.6"],
|
|
"zeroconf": ["_stream-magic._tcp.local.", "_smoip._tcp.local."]
|
|
}
|