Skip to content

Commit

Permalink
feat(c3): silent level (#273)
Browse files Browse the repository at this point in the history
  • Loading branch information
rokam authored Aug 13, 2024
1 parent faf86ae commit 3255aa2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions custom_components/midea_ac_lan/midea_devices.py
Original file line number Diff line number Diff line change
Expand Up @@ -923,6 +923,12 @@
"name": "Silent Mode",
"icon": "mdi:fan-remove",
},
C3Attributes.SILENT_LEVEL: {
"type": Platform.SELECT,
"name": "Silent Level",
"icon": "mdi:fan-remove",
"options": "silent_modes",
},
C3Attributes.tbh: {
"type": Platform.SWITCH,
"name": "TBH",
Expand Down

0 comments on commit 3255aa2

Please sign in to comment.