Skip to content

Commit

Permalink
refactor(fan): improved gorilla fan implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
aravindjaimon authored and make-all committed Jun 26, 2024
1 parent 3473faa commit bcfaeba
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions custom_components/tuya_local/devices/gorilla_fan_v2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ primary_entity:
- id: 1
type: boolean
name: switch
icon: mdi:ceiling-fan
- id: 2
type: string
name: preset_mode
mapping:
- dps_value: normal
value: Normal
- dps_value: boost
value: Boost
- id: 3
type: integer
name: speed
Expand All @@ -23,8 +14,7 @@ primary_entity:

secondary_entities:
- entity: light
name: Night Light
icon: mdi:ceiling-fan-light
translation_key: nightlight
dps:
- id: 15
type: boolean
Expand All @@ -44,8 +34,6 @@ secondary_entities:
type: boolean
name: switch
- entity: number
name: Timer
icon: mdi:timer-edit
translation_key: timer
category: config
dps:
Expand Down

0 comments on commit bcfaeba

Please sign in to comment.