| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141 |
- name: RGBCW lightbulb
- products:
- - id: bfde31c920bcaa323azft2
- manufacturer: Xinled
- model: XLD-CL002
- entities:
- - entity: light
- dps:
- - id: 20
- type: boolean
- name: switch
- - id: 21
- type: string
- name: color_mode
- mapping:
- - dps_val: white
- value: color_temp
- - dps_val: colour
- value: hs
- - dps_val: scene
- value: Scene
- - dps_val: music
- value: Music
- - id: 22
- name: brightness
- type: integer
- optional: true
- range:
- min: 10
- max: 1000
- mapping:
- - dps_val: null
- value: 0
- - id: 23
- name: color_temp
- type: integer
- optional: true
- range:
- min: 0
- max: 1000
- mapping:
- - target_range:
- min: 2700
- max: 6500
- - 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
- - id: 25
- name: scene_data
- type: hex
- optional: true
- - id: 27
- name: music_data
- type: hex
- optional: true
- - id: 28
- name: control_data
- type: hex
- optional: true
- - id: 30
- name: rhythm_mode
- type: base64
- optional: true
- - id: 31
- name: sleep_mode
- type: base64
- optional: true
- - id: 32
- name: wakeup_mode
- type: base64
- optional: true
- - entity: time
- translation_key: timer
- category: config
- dps:
- - id: 26
- name: second
- type: integer
- optional: true
- range:
- min: 0
- max: 86400
- - entity: text
- translation_key: scene
- category: config
- hidden: true
- dps:
- - id: 51
- name: value
- type: base64
- optional: true
- - entity: select
- translation_key: scene
- category: config
- dps:
- - id: 51
- type: string
- name: option
- optional: true
- mapping:
- - dps_val: "AAUA7APoA+gD6AAA"
- value: "WW 100%"
- - dps_val: "AAUA7APoA+gB9AAA"
- value: "WW 50%"
- - dps_val: "AAUA7APoA+gACgAA"
- value: "WW 1%"
- - dps_val: "AAUA7APoA+gD6gHg"
- value: "WN 100%"
- - dps_val: "AAUA7APoA+gB9gHg"
- value: "WN 50%"
- - dps_val: "AAUA7APoA+gACgHg"
- value: "WN 1%"
- - dps_val: "AAUA7APoA+gD6AAA"
- value: "RGB RED 100%"
- - dps_val: "AAYAAAPoA+gB9AAA"
- value: "RGB RED 50%"
- - dps_val: "AAYAAAPoAAoACgAA"
- value: "RGB RED 1%"
- - dps_val: "AAcAAAPoAAoACgAA"
- value: "WW+RED 100%"
- - dps_val: "AAcAAAPoAfMB8QAA"
- value: "WW+RED 50%"
- - dps_val: "AAcAAAPoA+gD6AAA"
- value: "WW+RED 1%"
|