| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174 |
- name: Decorative lights
- products:
- - id: wcx02kgo8o1qwaf8
- manufacturer: Asahom
- model: S105A C
- entities:
- - entity: light
- dps:
- - id: 20
- type: boolean
- name: switch
- - id: 21
- name: effect
- type: string
- mapping:
- - dps_val: color
- value: "off"
- - dps_val: animation
- value: Animation
- - dps_val: music
- value: Music
- - dps_val: timer
- value: Timer
- - id: 22
- name: brightness
- type: integer
- range:
- min: 10
- max: 1000
- - id: 23
- name: color_temp
- type: integer
- range:
- min: 0
- max: 1000
- mapping:
- - target_range:
- min: 2700
- max: 6500
- - id: 24
- name: rgbhsv
- optional: true
- type: hex
- 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: 27
- type: string
- optional: true
- name: music_data
- - id: 101
- type: string
- name: color_addressable
- - id: 102
- type: string
- optional: true
- name: color_favorite
- - id: 103
- type: string
- optional: true
- name: animation_preset
- - id: 104
- type: string
- optional: true
- name: animation_diy
- - id: 106
- type: integer
- name: light_count
- - id: 107
- type: string
- optional: true
- name: animation_folder
- - id: 108
- type: string
- optional: true
- name: music_devicedata
- - id: 109
- type: string
- optional: true
- name: button_setting
- - id: 110
- type: string
- optional: true
- name: splitter_setting
- - id: 111
- type: integer
- optional: true
- name: color_brightness
- - id: 116
- type: string
- optional: true
- name: color_sync
- - entity: time
- translation_key: timer
- category: config
- dps:
- - id: 26
- type: integer
- name: second
- range:
- min: 0
- max: 86400
- - entity: light
- translation_key: indicator
- category: config
- dps:
- - id: 112
- type: boolean
- name: switch
- - entity: switch
- name: Memory
- category: config
- dps:
- - id: 113
- type: boolean
- optional: true
- name: switch
- - entity: switch
- name: Remote pairing
- icon: "mdi:remote"
- category: config
- dps:
- - id: 114
- type: boolean
- optional: true
- name: switch
- mapping:
- - dps_val: null
- value: false
- hidden: true
- - id: 115
- type: string
- optional: true
- name: information
- - entity: select
- translation_key: light_mode
- category: config
- dps:
- - id: 117
- type: string
- name: option
- mapping:
- - dps_val: color
- value: Color
- - dps_val: fav
- value: Favorite
- - entity: switch
- name: Color sync
- category: config
- dps:
- - id: 118
- type: boolean
- name: switch
- - entity: button
- name: Reconfigure
- category: config
- dps:
- - id: 105
- type: boolean
- optional: true
- name: button
|