From 1877c1eec909698af3c2c6b7a7785d5b7e72aa1a Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker Date: Tue, 4 Jun 2024 13:40:06 +0200 Subject: [PATCH] Make Ruuvi a brand (#118786) --- homeassistant/brands/ruuvi.json | 5 +++++ homeassistant/generated/integrations.json | 27 ++++++++++++++--------- 2 files changed, 21 insertions(+), 11 deletions(-) create mode 100644 homeassistant/brands/ruuvi.json diff --git a/homeassistant/brands/ruuvi.json b/homeassistant/brands/ruuvi.json new file mode 100644 index 00000000000..b174424c13c --- /dev/null +++ b/homeassistant/brands/ruuvi.json @@ -0,0 +1,5 @@ +{ + "domain": "ruuvi", + "name": "Ruuvi", + "integrations": ["ruuvi_gateway", "ruuvitag_ble"] +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 578f2631b25..8c5d7f0d9e6 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -5160,17 +5160,22 @@ } } }, - "ruuvi_gateway": { - "name": "Ruuvi Gateway", - "integration_type": "hub", - "config_flow": true, - "iot_class": "local_polling" - }, - "ruuvitag_ble": { - "name": "RuuviTag BLE", - "integration_type": "hub", - "config_flow": true, - "iot_class": "local_push" + "ruuvi": { + "name": "Ruuvi", + "integrations": { + "ruuvi_gateway": { + "integration_type": "hub", + "config_flow": true, + "iot_class": "local_polling", + "name": "Ruuvi Gateway" + }, + "ruuvitag_ble": { + "integration_type": "hub", + "config_flow": true, + "iot_class": "local_push", + "name": "RuuviTag BLE" + } + } }, "rympro": { "name": "Read Your Meter Pro",