| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374 |
- name: RGB light
- products:
- - id: jawcej1v
- manufacturer: Arlec
- model: ALD261HA
- name: USB strip light
- entities:
- - entity: light
- dps:
- - id: 1
- type: boolean
- name: switch
- - id: 2
- type: string
- name: color_mode
- mapping:
- - dps_val: white
- value: white
- - dps_val: colour
- value: hs
- - dps_val: scene
- value: Scene
- - dps_val: music
- value: Music
- - id: 5
- type: hex
- name: rgbhsv
- 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
- - id: 5
- type: hex
- name: brightness
- range:
- min: 0
- max: 1000
- mask: "00000000FFFF"
- - id: 6
- type: hex
- name: scene_data
- - id: 8
- type: string
- optional: true
- name: music_data
- - id: 9
- type: string
- optional: true
- name: control_data
- - id: 42
- type: string
- name: mic_music_data
- - entity: time
- translation_key: timer
- category: config
- dps:
- - id: 7
- type: integer
- name: second
- range:
- min: 0
- max: 86400
|