| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202 |
- name: LED strip
- products:
- - id: khu3zzkkjemj6oat
- manufacturer: Blitzwolf
- model: BW-LT31
- - id: mzlyh8vz7p33qbz9
- manufacturer: Casalux
- model: LR1321
- entities:
- - entity: light
- icon: "mdi:led-strip-variant"
- dps:
- - id: 20
- type: boolean
- name: switch
- - id: 21
- type: string
- name: effect
- mapping:
- - dps_val: color
- value: "off"
- - dps_val: dynamic_mod
- value: Dynamic
- - dps_val: scene_mod
- value: Scene
- - dps_val: music
- value: Music
- - id: 22
- name: brightness
- type: integer
- optional: true
- range:
- min: 10
- max: 1000
- - id: 24
- name: rgbhsv
- type: hex
- optional: true
- format:
- - name: h
- bytes: 2
- range:
- min: 0
- max: 360
- - name: s
- bytes: 2
- range:
- min: 0
- max: 1000
- - name: v
- bytes: 2
- range:
- min: 0
- max: 1000
- - entity: select
- name: Music
- icon: "mdi:palette"
- category: config
- dps:
- - id: 102
- type: string
- name: option
- optional: true
- mapping:
- - dps_val: "119"
- value: "Classic 25%"
- - dps_val: "132"
- value: "Classic 50%"
- - dps_val: "14b"
- value: "Classic 75%"
- - dps_val: "164"
- value: "Classic 100%"
- - dps_val: "219"
- value: "Soft 25%"
- - dps_val: "232"
- value: "Soft 50%"
- - dps_val: "24b"
- value: "Soft 75%"
- - dps_val: "264"
- value: "Soft 100%"
- - dps_val: "319"
- value: "Dynamic 25%"
- - dps_val: "332"
- value: "Dynamic 50%"
- - dps_val: "34b"
- value: "Dynamic 75%"
- - dps_val: "364"
- value: "Dynamic 100%"
- - dps_val: "419"
- value: "Disco 25%"
- - dps_val: "432"
- value: "Disco 50%"
- - dps_val: "44b"
- value: "Disco 75%"
- - dps_val: "464"
- value: "Disco 100%"
- - entity: select
- name: Dynamic
- icon: "mdi:palette"
- category: config
- dps:
- - id: 106
- type: string
- name: option
- optional: true
- mapping:
- - dps_val: "013264000003e803e8"
- value: "Breath"
- # color+ R, speed 50, bright 100
- - dps_val: "023264000003e803e8"
- value: "Flash"
- # color+ R, speed 50, bright 100
- - dps_val: "033264000003e803e8007803e803e800f003e80\
- 3e8003b03e803e8013603e803e8010e03e803e8"
- value: "Jump"
- # color+ R+G+B+Y+C+P, speed 50, bright 100
- - dps_val: "043264000003e803e8007803e803e800f003e803e8"
- value: "Gradient"
- # color+ R+G+B, speed 50, bright 100
- - dps_val: "053264"
- value: "Symphony"
- # color All, speed 50, bright 100
- - dps_val: "063264000003e803e8"
- value: "Chasing"
- # color1 R, speed 50, bright 100
- - dps_val: "073264000003e803e8"
- value: "Meteor"
- # color1 R, speed 50, bright 100
- - dps_val: "083264000003e803e8"
- value: "Stacking"
- # color1 R, speed 50, bright 100
- - dps_val: "0932640000000003e8"
- value: "Adjoint"
- # color1 W, speed 50, bright 100
- - entity: text
- name: Dynamic scene
- category: config
- icon: "mdi:palette"
- hidden: true
- dps:
- - id: 106
- type: hex
- optional: true
- name: value
- - entity: select
- translation_key: scene
- category: config
- dps:
- - id: 108
- type: string
- name: option
- optional: true
- mapping:
- - dps_val: CJ_YD
- value: reading
- # color: white, static
- - dps_val: CJ_QC
- value: morning
- # color: white, yellow, static
- - dps_val: CJ_WA
- value: night
- # color: red, static
- - dps_val: CJ_XK
- value: twinkle
- # color: blue, flash
- - dps_val: CJ_JH
- value: party
- # color* All, Flash, Mid speed
- - dps_val: CJ_YS
- value: movie
- # color: lightblue, static
- - entity: select
- name: RGB order
- category: config
- dps:
- - id: 103
- type: integer
- name: option
- mapping:
- - dps_val: 1
- value: RGB
- - dps_val: 2
- value: RBG
- - dps_val: 3
- value: GRB
- - dps_val: 4
- value: GBR
- - dps_val: 5
- value: BRG
- - dps_val: 6
- value: BGR
- - entity: number
- name: Strip points
- category: config
- dps:
- - id: 104
- name: value
- type: integer
- optional: true
- range:
- min: 10
- max: 200
|