Add Motionblinds brand (#114235)

pull/114277/head
Lenn 2024-03-27 08:02:25 +01:00 committed by GitHub
parent 1697b116e4
commit 480b2ec84a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 20 additions and 10 deletions

View File

@ -0,0 +1,5 @@
{
"domain": "motionblinds",
"name": "Motionblinds",
"integrations": ["motion_blinds", "motionblinds_ble"]
}

View File

@ -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",