diff --git a/homeassistant/brands/yamaha.json b/homeassistant/brands/yamaha.json new file mode 100644 index 00000000000..d25e85f1b25 --- /dev/null +++ b/homeassistant/brands/yamaha.json @@ -0,0 +1,5 @@ +{ + "domain": "yamaha", + "name": "Yamaha", + "integrations": ["yamaha", "yamaha_musiccast"] +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 0eb5ed5fc6f..b407decbd34 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -6156,16 +6156,21 @@ } }, "yamaha": { - "name": "Yamaha Network Receivers", - "integration_type": "hub", - "config_flow": false, - "iot_class": "local_polling" - }, - "yamaha_musiccast": { - "name": "MusicCast", - "integration_type": "hub", - "config_flow": true, - "iot_class": "local_push" + "name": "Yamaha", + "integrations": { + "yamaha": { + "integration_type": "hub", + "config_flow": false, + "iot_class": "local_polling", + "name": "Yamaha Network Receivers" + }, + "yamaha_musiccast": { + "integration_type": "hub", + "config_flow": true, + "iot_class": "local_push", + "name": "MusicCast" + } + } }, "yandex": { "name": "Yandex",