feat: add control protocol v2 for T0xB6.

This commit is contained in:
sususweet
2025-12-20 12:44:16 +08:00
parent 96a9d49fcf
commit 8aa0fc93fc
3 changed files with 64 additions and 4 deletions

View File

@@ -122,6 +122,23 @@
}
},
"entity": {
"button": {
"light_off": {
"name": "Light off"
},
"light_on": {
"name": "Light on"
},
"left_stove_off": {
"name": "Left stove off"
},
"right_stove_off": {
"name": "Right stove off"
},
"middle_stove_off": {
"name": "Middle stove off"
}
},
"binary_sensor": {
"heating_work": {
"name": "Heating Work Status"
@@ -2775,6 +2792,9 @@
"endpoint_8_onoff": {
"name": "Button 8"
},
"wisdom_wind": {
"name": "Wisdom Wind"
},
"work_switch": {
"name": "Work Switch"
},

View File

@@ -122,6 +122,23 @@
}
},
"entity": {
"button": {
"light_off": {
"name": "关闭灯光"
},
"light_on": {
"name": "打开灯光"
},
"left_stove_off": {
"name": "左灶关火"
},
"right_stove_off": {
"name": "右灶关火"
},
"middle_stove_off": {
"name": "中灶关火"
}
},
"binary_sensor": {
"heating_work": {
"name": "采暖功能状态"
@@ -2870,6 +2887,9 @@
"endpoint_8_onoff": {
"name": "按键八"
},
"wisdom_wind": {
"name": "智能风"
},
"work_switch": {
"name": "工作开关"
},