Skip to content

Commit

Permalink
Morento HY4866 WF: tweaks from review
Browse files Browse the repository at this point in the history
- use standard fan presets with translations available
- make child lock a lock, using standard translations

PR #2581
  • Loading branch information
make-all committed Dec 8, 2024
1 parent fd45ceb commit e3fa663
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions custom_components/tuya_local/devices/morento_hy4866_wf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ primary_entity:
- dps_val: sleep
value: sleep
- dps_val: Auto
value: auto
value: smart
- dps_val: 1F
value: low
- dps_val: 2F
value: medium
- dps_val: 3F
value: high
- dps_val: 4F
value: very high
value: strong
secondary_entities:
- entity: sensor
class: pm25
Expand All @@ -44,11 +44,12 @@ secondary_entities:
name: sensor
type: integer
unit: "%"
- entity: switch
name: Child lock
- entity: lock
translation_key: child_lock
category: config
dps:
- id: 7
name: switch
name: lock
type: boolean
- entity: button
translation_key: filter_reset
Expand Down

0 comments on commit e3fa663

Please sign in to comment.