Skip to content

Commit

Permalink
Add Tampa LED System
Browse files Browse the repository at this point in the history
Same dps layout as desk_lamp, but ranges are different.

Issue #686
  • Loading branch information
make-all committed Jun 21, 2023
1 parent 2dffe14 commit 400e0f2
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions custom_components/tuya_local/devices/tampa_led_system.yaml
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



0 comments on commit 400e0f2

Please sign in to comment.