Add Motionblinds Matter virtual integration (#140812)

* Add Motionblinds Matter virtual integration

* Change to iot_standards instead of virtual integration
This commit is contained in:
Abílio Costa 2025-03-25 07:41:02 +00:00 committed by GitHub
parent 4e266fe56e
commit 5fd219fc9e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 6 additions and 2 deletions

View File

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

View File

@ -4030,7 +4030,10 @@
"iot_class": "assumed_state", "iot_class": "assumed_state",
"name": "Motionblinds Bluetooth" "name": "Motionblinds Bluetooth"
} }
} },
"iot_standards": [
"matter"
]
}, },
"motioneye": { "motioneye": {
"name": "motionEye", "name": "motionEye",