From 480b2ec84a16085092fb651699a3e8620a05fbf0 Mon Sep 17 00:00:00 2001 From: Lenn <78048721+LennP@users.noreply.github.com> Date: Wed, 27 Mar 2024 08:02:25 +0100 Subject: [PATCH] Add Motionblinds brand (#114235) --- homeassistant/brands/motionblinds.json | 5 +++++ homeassistant/generated/integrations.json | 25 ++++++++++++++--------- 2 files changed, 20 insertions(+), 10 deletions(-) create mode 100644 homeassistant/brands/motionblinds.json diff --git a/homeassistant/brands/motionblinds.json b/homeassistant/brands/motionblinds.json new file mode 100644 index 00000000000..67013e75966 --- /dev/null +++ b/homeassistant/brands/motionblinds.json @@ -0,0 +1,5 @@ +{ + "domain": "motionblinds", + "name": "Motionblinds", + "integrations": ["motion_blinds", "motionblinds_ble"] +} diff --git a/homeassistant/generated/integrations.json b/homeassistant/generated/integrations.json index 6cba84431f3..53b885ea853 100644 --- a/homeassistant/generated/integrations.json +++ b/homeassistant/generated/integrations.json @@ -3728,17 +3728,22 @@ "config_flow": true, "iot_class": "local_push" }, - "motion_blinds": { + "motionblinds": { "name": "Motionblinds", - "integration_type": "hub", - "config_flow": true, - "iot_class": "local_push" - }, - "motionblinds_ble": { - "name": "Motionblinds BLE", - "integration_type": "device", - "config_flow": true, - "iot_class": "assumed_state" + "integrations": { + "motion_blinds": { + "integration_type": "hub", + "config_flow": true, + "iot_class": "local_push", + "name": "Motionblinds" + }, + "motionblinds_ble": { + "integration_type": "device", + "config_flow": true, + "iot_class": "assumed_state", + "name": "Motionblinds BLE" + } + } }, "motioneye": { "name": "motionEye",