Skip to content

Commit

Permalink
Cleverio AP100: add light entity, reverse AQ mappings
Browse files Browse the repository at this point in the history
Feedback on issue #2284
  • Loading branch information
make-all committed Sep 12, 2024
1 parent 478a8ba commit 1eb9be8
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions custom_components/tuya_local/devices/cleverio_ap100_purifier.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,12 @@ secondary_entities:
type: integer
name: sensor
unit: "%"
- entity: light
class: indicator
dps:
- id: 8
type: boolean
name: switch
- entity: select
translation_key: timer
category: config
Expand Down Expand Up @@ -54,10 +60,10 @@ secondary_entities:
name: sensor
mapping:
- dps_val: "1"
value: Poor
value: Excellent
- dps_val: "2"
value: Fair
- dps_val: "3"
value: Good
- dps_val: "3"
value: Fair
- dps_val: "4"
value: Excellent
value: Poor

0 comments on commit 1eb9be8

Please sign in to comment.