mirror of
https://github.com/home-assistant/core.git
synced 2025-07-16 01:37:08 +00:00
Add Matter protocol to Switchbot (#147356)
This commit is contained in:
parent
9ae3129f16
commit
0c08b4fc8b
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
"domain": "switchbot",
|
"domain": "switchbot",
|
||||||
"name": "SwitchBot",
|
"name": "SwitchBot",
|
||||||
"integrations": ["switchbot", "switchbot_cloud"]
|
"integrations": ["switchbot", "switchbot_cloud"],
|
||||||
|
"iot_standards": ["matter"]
|
||||||
}
|
}
|
||||||
|
@ -6426,7 +6426,10 @@
|
|||||||
"iot_class": "cloud_polling",
|
"iot_class": "cloud_polling",
|
||||||
"name": "SwitchBot Cloud"
|
"name": "SwitchBot Cloud"
|
||||||
}
|
}
|
||||||
}
|
},
|
||||||
|
"iot_standards": [
|
||||||
|
"matter"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"switcher_kis": {
|
"switcher_kis": {
|
||||||
"name": "Switcher",
|
"name": "Switcher",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user