Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(fan): added support for gorilla fan v2 #1988

Merged
merged 6 commits into from
Jun 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
49 changes: 49 additions & 0 deletions custom_components/tuya_local/devices/gorilla_fan_v2.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
name: Ceiling fan
# products:
# - id: UNKNOWN
# name: Atomberg Gorilla Fan V2
primary_entity:
entity: fan
dps:
- id: 1
type: boolean
name: switch
- id: 3
type: integer
name: speed
range:
min: 1
max: 5

secondary_entities:
- entity: light
translation_key: nightlight
dps:
- id: 15
type: boolean
name: switch
- entity: switch
name: Boost
aravindjaimon marked this conversation as resolved.
Show resolved Hide resolved
icon: mdi:car-turbocharger
dps:
- id: 115
type: boolean
name: switch
- entity: switch
name: Sleep
icon: mdi:sleep
dps:
- id: 113
type: boolean
name: switch
- entity: number
translation_key: timer
aravindjaimon marked this conversation as resolved.
Show resolved Hide resolved
category: config
dps:
- id: 102
type: integer
name: value
unit: min
range:
min: 0
max: 360
Loading