feat: add offline voice function support for T0x17

Change-Id: Ia599072e4b9a77c360e11b5b1174bdd71d9a9c0c
This commit is contained in:
Cyborg2017
2025-12-21 15:45:42 +08:00
parent 38a686144b
commit 9be4c28bdd
3 changed files with 9 additions and 0 deletions

View File

@@ -37,6 +37,9 @@ DEVICE_MAPPING = {
},
"laundry": {
"device_class": SwitchDeviceClass.SWITCH,
},
"offline_voice_function": {
"device_class": SwitchDeviceClass.SWITCH,
}
},
}