From 68cc3293324d87c2a7f06c2b411f778111bbd5ce Mon Sep 17 00:00:00 2001 From: Nikolai Rahimi Date: Wed, 6 May 2026 11:16:05 -0400 Subject: [PATCH 1/2] Add Mitsubishi brand --- homeassistant/brands/mitsubishi.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 homeassistant/brands/mitsubishi.json diff --git a/homeassistant/brands/mitsubishi.json b/homeassistant/brands/mitsubishi.json new file mode 100644 index 00000000000000..c5c0a2d9c909b5 --- /dev/null +++ b/homeassistant/brands/mitsubishi.json @@ -0,0 +1,5 @@ +{ + "domain": "mitsubishi", + "name": "Mitsubishi", + "integrations": ["melcloud", "mitsubishi_comfort"] +} From cd365ff1627de3e6bff506c3fd7f52f3b077db9e Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Sun, 10 May 2026 23:34:43 -0400 Subject: [PATCH 2/2] Run hassfest Co-Authored-By: Claude Opus 4.7 (1M context) --- homeassistant/generated/integrations.json | 27 ++++++++++++++--------- 1 file changed, 16 insertions(+), 11 deletions(-) diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 4277316a566161..f423107fe74b6e 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -4089,12 +4089,6 @@ "config_flow": false, "iot_class": "local_polling" }, - "melcloud": { - "name": "MELCloud", - "integration_type": "device", - "config_flow": true, - "iot_class": "cloud_polling" - }, "melissa": { "name": "Melissa", "integration_type": "hub", @@ -4303,11 +4297,22 @@ "config_flow": false, "iot_class": "cloud_push" }, - "mitsubishi_comfort": { - "name": "Mitsubishi Comfort", - "integration_type": "hub", - "config_flow": true, - "iot_class": "cloud_polling" + "mitsubishi": { + "name": "Mitsubishi", + "integrations": { + "melcloud": { + "integration_type": "device", + "config_flow": true, + "iot_class": "cloud_polling", + "name": "MELCloud" + }, + "mitsubishi_comfort": { + "integration_type": "hub", + "config_flow": true, + "iot_class": "cloud_polling", + "name": "Mitsubishi Comfort" + } + } }, "mjpeg": { "name": "MJPEG IP Camera",