Skip to content

Commit

Permalink
Dream Maker Feel: clarifications from review
Browse files Browse the repository at this point in the history
- move fault_code from primary_entity to the related problem entity.
- remove name from indicator light so translations will be used.

PR make-all#2277
  • Loading branch information
make-all authored Sep 9, 2024
1 parent 63eb0d4 commit db3fd73
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions custom_components/tuya_local/devices/dream_maker_feel_fan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ primary_entity:
- id: 5
type: boolean
name: oscillate
- id: 24
name: fault_code
type: bitfield
optional: true

secondary_entities:
- entity: select
Expand Down Expand Up @@ -69,7 +65,6 @@ secondary_entities:
name: lock
- entity: light
translation_key: indicator
name: Status lights
category: config
dps:
- id: 15
Expand All @@ -90,10 +85,17 @@ secondary_entities:
- id: 24
type: bitfield
name: sensor
optional: true
mapping:
- dps_val: 0
value: false
- dps_val: null
value: false
- value: true
- id: 24
name: fault_code
type: bitfield
optional: true
- entity: number
translation_key: timer
category: config
Expand Down

0 comments on commit db3fd73

Please sign in to comment.