From 636ea82bf17f9f0d94e8a8c1582969579a9f367c Mon Sep 17 00:00:00 2001 From: Joost Lekkerkerker <joostlek@outlook.com> Date: Tue, 24 Sep 2024 23:19:06 +0200 Subject: [PATCH] Add Aqara brand (#126658) --- homeassistant/brands/aqara.json | 5 +++++ homeassistant/generated/integrations.json | 7 +++++++ 2 files changed, 12 insertions(+) create mode 100644 homeassistant/brands/aqara.json diff --git a/homeassistant/brands/aqara.json b/homeassistant/brands/aqara.json new file mode 100644 index 00000000000..672a8350c63 --- /dev/null +++ b/homeassistant/brands/aqara.json @@ -0,0 +1,5 @@ +{ + "domain": "aqara", + "name": "Aqara", + "iot_standards": ["matter", "zigbee"] +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 9ed6ba531da..423f239ce2d 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -418,6 +418,13 @@ "config_flow": true, "iot_class": "local_polling" }, + "aqara": { + "name": "Aqara", + "iot_standards": [ + "matter", + "zigbee" + ] + }, "aquacell": { "name": "AquaCell", "integration_type": "device", -- GitLab