-
Notifications
You must be signed in to change notification settings - Fork 592
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Same dps layout as desk_lamp, but ranges are different. Issue #686
- Loading branch information
Showing
1 changed file
with
57 additions
and
0 deletions.
There are no files selected for viewing
57 changes: 57 additions & 0 deletions
57
custom_components/tuya_local/devices/tampa_led_system.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,57 @@ | ||
name: Lights | ||
products: | ||
- id: ge0bfvco | ||
name: Tampa CD-TY-WY05 | ||
primary_entity: | ||
entity: light | ||
dps: | ||
- id: 1 | ||
type: boolean | ||
name: switch | ||
- id: 2 | ||
name: work_mode | ||
type: string | ||
- id: 3 | ||
name: brightness | ||
type: integer | ||
range: | ||
min: 0 | ||
max: 1000 | ||
- id: 4 | ||
name: color_temp | ||
type: integer | ||
range: | ||
min: 0 | ||
max: 1000 | ||
- id: 6 | ||
name: scene | ||
type: hex | ||
- id: 33 | ||
type: string | ||
name: power_off_memory | ||
secondary_entities: | ||
- entity: number | ||
name: Timer | ||
category: config | ||
icon: "mdi:timer" | ||
dps: | ||
- id: 7 | ||
type: integer | ||
name: value | ||
unit: min | ||
range: | ||
min: 0 | ||
max: 86400 | ||
mapping: | ||
- scale: 60 | ||
step: 60 | ||
- entity: switch | ||
name: Do not disturb | ||
category: config | ||
dps: | ||
- id: 34 | ||
type: boolean | ||
name: switch | ||
|
||
|
||
|