Add matter to Third Reality (#149659)

This commit is contained in:
Robert Resch 2025-07-30 16:52:20 +02:00 committed by GitHub
parent daea76c2f1
commit edca3fc0b7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ {
"domain": "third_reality", "domain": "third_reality",
"name": "Third Reality", "name": "Third Reality",
"iot_standards": ["zigbee"] "iot_standards": ["matter", "zigbee"]
} }

View File

@ -6728,6 +6728,7 @@
"third_reality": { "third_reality": {
"name": "Third Reality", "name": "Third Reality",
"iot_standards": [ "iot_standards": [
"matter",
"zigbee" "zigbee"
] ]
}, },