Skip to content

Commit

Permalink
Qlima D812: add undocumented humidity and timer options.
Browse files Browse the repository at this point in the history
Issue #2477
  • Loading branch information
make-all committed Dec 31, 2024
1 parent 8865167 commit 022ea00
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ primary_entity:
value: 40
- dps_val: "50"
value: 50
# not listed in device properties, but exists in device
- dps_val: "60"
value: 60
secondary_entities:
- entity: select
translation_key: timer
Expand All @@ -32,6 +35,11 @@ secondary_entities:
value: cancel
- dps_val: "2h"
value: "2h"
# not listed in device properties info, but exist on device
- dps_val: "4h"
value: "4h"
- dps_val: "6h"
value: "6h"
- entity: sensor
translation_key: time_remaining
class: duration
Expand Down

0 comments on commit 022ea00

Please sign in to comment.