mirror of
https://github.com/home-assistant/core.git
synced 2025-04-19 14:57:52 +00:00
Add Motionblinds Matter virtual integration (#140812)
* Add Motionblinds Matter virtual integration * Change to iot_standards instead of virtual integration
This commit is contained in:
parent
4e266fe56e
commit
5fd219fc9e
@ -1,5 +1,6 @@
|
||||
{
|
||||
"domain": "motionblinds",
|
||||
"name": "Motionblinds",
|
||||
"integrations": ["motion_blinds", "motionblinds_ble"]
|
||||
"integrations": ["motion_blinds", "motionblinds_ble"],
|
||||
"iot_standards": ["matter"]
|
||||
}
|
||||
|
@ -4030,7 +4030,10 @@
|
||||
"iot_class": "assumed_state",
|
||||
"name": "Motionblinds Bluetooth"
|
||||
}
|
||||
}
|
||||
},
|
||||
"iot_standards": [
|
||||
"matter"
|
||||
]
|
||||
},
|
||||
"motioneye": {
|
||||
"name": "motionEye",
|
||||
|
Loading…
x
Reference in New Issue
Block a user