| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211 |
- name: HDMI sync backlight
- products:
- - id: js0t2z9y1tnphvds
- manufacturer: Lytmi
- model: Fantasy/Neo 3
- - id: s9tscadzzt5s2cz3
- manufacturer: Fancy LEDs
- model: 3 HDMI 2.1 sync box
- - id: 9cgdcqpe9iqg9tjn
- manufacturer: Fancy LEDs
- model: 3 HDMI 2.1 sync box
- entities:
- - entity: light
- dps:
- - id: 20
- name: switch
- type: boolean
- - id: 22
- name: brightness
- type: integer
- range:
- min: 10
- max: 1000
- - 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: w
- bytes: 2
- range:
- min: 0
- max: 1000
- - id: 23
- type: integer
- optional: true
- name: color_temp
- range:
- min: 0
- max: 1000
- mapping:
- - target_range:
- min: 2700
- max: 6500
- - id: 23
- type: integer
- optional: true
- name: color_temp_supported
- hidden: true
- mapping:
- - dps_val: null
- value: false
- - value: true
- - id: 25
- type: string
- name: color_mode
- mapping:
- - dps_val: "88000000000000000000000000000000"
- available: color_temp_supported
- value: color_temp
- - dps_val: "97000000000000000000000000000000"
- value: hs
- - value: hs
- hidden: true
- - entity: switch
- name: TV synchronization switch
- category: config
- dps:
- - id: 109
- name: switch
- type: boolean
- - entity: switch
- name: HDMI enable
- category: config
- dps:
- - id: 107
- type: boolean
- name: switch
- - entity: select
- name: HDMI Input
- icon: "mdi:hdmi-port"
- category: config
- dps:
- - id: 105
- type: integer
- name: option
- mapping:
- - dps_val: 0
- value: HDMI 1
- - dps_val: 1
- value: HDMI 2
- - dps_val: 2
- value: HDMI 3
- - dps_val: 3
- value: HDMI 4
- - entity: select
- name: Setup side
- icon: "mdi:arrow-collapse-horizontal"
- category: config
- dps:
- - id: 101
- type: integer
- name: option
- mapping:
- - dps_val: 0
- value: Left
- - dps_val: 1
- value: Right
- - entity: number
- category: config
- name: Degree of diffusion
- mode: slider
- dps:
- - id: 108
- name: value
- type: integer
- precision: 0
- range:
- min: 10
- max: 1000
- mapping:
- - scale: 10
- step: 10
- - entity: text
- translation_key: scene
- category: config
- hidden: true
- dps:
- - id: 25
- name: value
- type: hex
- - entity: select
- translation_key: scene
- category: config
- dps:
- - id: 25
- type: string
- name: option
- mapping:
- - dps_val: "80000000000000000000000000000000"
- value: movie
- - dps_val: "81000000000000000000000000000000"
- value: leisure
- - dps_val: "82000000000000000000000000000000"
- value: gaming
- - dps_val: "98000000000000000000000000000000"
- value: Music - Classic
- - dps_val: "99000000000000000000000000000000"
- value: Music - Pop
- - dps_val: "9A000000000000000000000000000000"
- value: Music - Rock
- - dps_val: "9B000000000000000000000000000000"
- value: Music - Absolute
- - dps_val: "9C000000000000000000000000000000"
- value: Music - Electror
- - dps_val: "9D000000000000000000000000000000"
- value: Music - Ambient
- - dps_val: "86000000000000000000000000000000"
- value: Scene - Rainbow
- - dps_val: "87000000000000000000000000000000"
- value: Scene - Fire
- - dps_val: "88000000000000000000000000000000"
- value: reading
- - dps_val: "89000000000000000000000000000000"
- value: Scene - Firework
- - dps_val: "90000000000000000000000000000000"
- value: Scene (Color) - Star
- - dps_val: "91000000000000000000000000000000"
- value: Scene (Color) - Drip
- - dps_val: "92000000000000000000000000000000"
- value: Scene (Color) - Practice
- - dps_val: "93000000000000000000000000000000"
- value: Scene (Color) - Flow
- - dps_val: "94000000000000000000000000000000"
- value: Scene (Color) - Ball
- - dps_val: "95000000000000000000000000000000"
- value: Scene (Color) - Swing
- - dps_val: "96000000000000000000000000000000"
- value: Scene (Color) - Breath
- - dps_val: "97000000000000000000000000000000"
- value: Scene (Color) - Pure
- - entity: number
- name: HDR level
- category: config
- icon: "mdi:hdr"
- hidden: unavailable
- dps:
- - id: 113
- type: integer
- optional: true
- name: value
- range:
- min: 0
- max: 1000
- - id: 113
- type: integer
- optional: true
- name: available
- mapping:
- - dps_val: null
- value: false
- - value: true
|