| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117 |
- name: Star projector
- products:
- - id: okyhahmixunjmbca
- model: Galaxy
- - id: jteg9ktrhbxtiicz
- manufacturer: BlissLights
- model: Sky Lite Evolve
- model_id: SKY-EVOLVE-B-RCW8
- entities:
- - entity: light
- dps:
- - id: 20
- type: boolean
- name: switch
- - id: 52
- type: boolean
- name: color_mode
- mapping:
- - dps_val: false
- value: white
- - dps_val: true
- value: hs
- - id: 24
- name: rgbhsv
- 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: 10
- max: 1000
- - entity: number
- translation_key: timer
- class: duration
- dps:
- - id: 26
- type: integer
- name: value
- range:
- min: 0
- max: 86400
- unit: min
- mapping:
- - scale: 60
- step: 60
- - id: 51
- name: effect
- type: string
- mapping:
- - dps_val: scene
- value: Scene
- - dps_val: laser
- value: Laser
- - dps_val: colour
- value: Color
- - entity: light
- translation_key: laser
- dps:
- - id: 53
- type: boolean
- name: switch
- - id: 54
- name: brightness
- type: integer
- range:
- min: 10
- max: 1000
- - id: 51
- name: effect
- type: string
- mapping:
- - dps_val: scene
- value: Scene
- - dps_val: manual
- value: Manual
- - dps_val: music
- value: Music
- - entity: fan
- name: Laser movement
- icon: "mdi:rotate-3d-variant"
- dps:
- - id: 60
- type: boolean
- name: switch
- - id: 62
- type: integer
- name: speed
- range:
- min: 0
- max: 100
- - entity: select
- name: Theme
- icon: "mdi:movie-open-play"
- category: config
- dps:
- - id: 58
- type: string
- name: option
- mapping:
- - dps_val: "AAA="
- value: Cosmos
- - dps_val: "AAE="
- value: Sky
- - dps_val: "AAI="
- value: Space
- - dps_val: "AAM="
- value: Ocean
|