From 0aac4b26a4a1eb3667add7cfc9be6d84244b4e9b Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Tue, 4 Jun 2024 13:40:48 +0200 Subject: [PATCH] Make Weatherflow a brand (#118785) --- homeassistant/brands/weatherflow.json | 5 +++++ homeassistant/generated/integrations.json | 23 ++++++++++++++--------- 2 files changed, 19 insertions(+), 9 deletions(-) create mode 100644 homeassistant/brands/weatherflow.json diff --git a/homeassistant/brands/weatherflow.json b/homeassistant/brands/weatherflow.json new file mode 100644 index 00000000000..e1043c88b9b --- /dev/null +++ b/homeassistant/brands/weatherflow.json @@ -0,0 +1,5 @@ +{ + "domain": "weatherflow", + "name": "WeatherFlow", + "integrations": ["weatherflow", "weatherflow_cloud"] +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 8c5d7f0d9e6..cc949dec3c4 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -6755,15 +6755,20 @@ }, "weatherflow": { "name": "WeatherFlow", - "integration_type": "hub", - "config_flow": true, - "iot_class": "local_push" - }, - "weatherflow_cloud": { - "name": "WeatherflowCloud", - "integration_type": "hub", - "config_flow": true, - "iot_class": "cloud_polling" + "integrations": { + "weatherflow": { + "integration_type": "hub", + "config_flow": true, + "iot_class": "local_push", + "name": "WeatherFlow" + }, + "weatherflow_cloud": { + "integration_type": "hub", + "config_flow": true, + "iot_class": "cloud_polling", + "name": "WeatherflowCloud" + } + } }, "webhook": { "name": "Webhook",