mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Add Matter protocol to Switchbot (#147356)
This commit is contained in:
committed by
Franck Nijhof
parent
570315687f
commit
06ed452d8f
@ -1,5 +1,6 @@
|
||||
{
|
||||
"domain": "switchbot",
|
||||
"name": "SwitchBot",
|
||||
"integrations": ["switchbot", "switchbot_cloud"]
|
||||
"integrations": ["switchbot", "switchbot_cloud"],
|
||||
"iot_standards": ["matter"]
|
||||
}
|
||||
|
@ -6426,7 +6426,10 @@
|
||||
"iot_class": "cloud_polling",
|
||||
"name": "SwitchBot Cloud"
|
||||
}
|
||||
}
|
||||
},
|
||||
"iot_standards": [
|
||||
"matter"
|
||||
]
|
||||
},
|
||||
"switcher_kis": {
|
||||
"name": "Switcher",
|
||||
|
Reference in New Issue
Block a user