mirror of
https://github.com/home-assistant/core.git
synced 2025-07-26 22:57:17 +00:00
Add Motionblinds brand (#114235)
This commit is contained in:
parent
1697b116e4
commit
480b2ec84a
5
homeassistant/brands/motionblinds.json
Normal file
5
homeassistant/brands/motionblinds.json
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
{
|
||||||
|
"domain": "motionblinds",
|
||||||
|
"name": "Motionblinds",
|
||||||
|
"integrations": ["motion_blinds", "motionblinds_ble"]
|
||||||
|
}
|
@ -3728,17 +3728,22 @@
|
|||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push"
|
||||||
},
|
},
|
||||||
"motion_blinds": {
|
"motionblinds": {
|
||||||
"name": "Motionblinds",
|
"name": "Motionblinds",
|
||||||
|
"integrations": {
|
||||||
|
"motion_blinds": {
|
||||||
"integration_type": "hub",
|
"integration_type": "hub",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "local_push"
|
"iot_class": "local_push",
|
||||||
|
"name": "Motionblinds"
|
||||||
},
|
},
|
||||||
"motionblinds_ble": {
|
"motionblinds_ble": {
|
||||||
"name": "Motionblinds BLE",
|
|
||||||
"integration_type": "device",
|
"integration_type": "device",
|
||||||
"config_flow": true,
|
"config_flow": true,
|
||||||
"iot_class": "assumed_state"
|
"iot_class": "assumed_state",
|
||||||
|
"name": "Motionblinds BLE"
|
||||||
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"motioneye": {
|
"motioneye": {
|
||||||
"name": "motionEye",
|
"name": "motionEye",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user