Skip to content

Commit 06ed452

Browse files
joostlekfrenck
authored andcommitted
Add Matter protocol to Switchbot (home-assistant#147356)
1 parent 5703156 commit 06ed452

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"domain": "switchbot",
33
"name": "SwitchBot",
4-
"integrations": ["switchbot", "switchbot_cloud"]
4+
"integrations": ["switchbot", "switchbot_cloud"],
5+
"iot_standards": ["matter"]
56
}

homeassistant/generated/integrations.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6426,7 +6426,10 @@
64266426
"iot_class": "cloud_polling",
64276427
"name": "SwitchBot Cloud"
64286428
}
6429-
}
6429+
},
6430+
"iot_standards": [
6431+
"matter"
6432+
]
64306433
},
64316434
"switcher_kis": {
64326435
"name": "Switcher",

0 commit comments

Comments
 (0)