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

Add support for Lucci Connect fans #2586

Merged
merged 8 commits into from
Dec 15, 2024
Merged
Changes from 5 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
23 changes: 23 additions & 0 deletions custom_components/tuya_local/devices/lucci_fan.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: Ceiling Fan
products:
- id: U8wU126HQlIeQHvS
name: Lucci Connect WiFi Fan Remote
primary_entity:
entity: fan
translation_only_key: fan_with_presets
make-all marked this conversation as resolved.
Show resolved Hide resolved
dps:
- id: 1
name: switch
type: boolean
- id: 2
name: speed
type: integer
make-all marked this conversation as resolved.
Show resolved Hide resolved
range:
min: 1
max: 3
secondary_entities:
- entity: light
dps:
- id: 102
name: switch
type: boolean
Loading