From 27e6b69656c3892078a0149c002a5d726684f6f5 Mon Sep 17 00:00:00 2001 From: Tom Schneider Date: Wed, 23 Nov 2022 20:19:20 +0100 Subject: [PATCH] Add yamaha brand configuration (#81267) Co-authored-by: Franck Nijhof --- homeassistant/brands/yamaha.json | 5 +++++ homeassistant/generated/integrations.json | 25 ++++++++++++++--------- 2 files changed, 20 insertions(+), 10 deletions(-) create mode 100644 homeassistant/brands/yamaha.json 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",