| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- name: Single Switch With Backlight
- products:
- - id: gbdzignerqxddcuj
- entities:
- - entity: switch
- dps:
- - id: 1
- name: switch
- type: boolean
- - entity: number
- class: duration
- translation_key: timer
- category: config
- dps:
- - id: 7
- name: value
- type: integer
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
- unit: min
- - entity: select
- category: config
- translation_key: initial_state
- dps:
- - id: 14
- name: option
- type: string
- mapping:
- - dps_val: last
- value: memory
- - dps_val: power_on
- value: "on"
- - dps_val: power_off
- value: "off"
- - entity: select
- category: config
- name: "Backlight Mode"
- icon: "mdi:television-ambient-light"
- dps:
- - id: 15
- name: option
- type: string
- mapping:
- - dps_val: relay
- value: "Indicate On/Off"
- - dps_val: pos
- value: "Indicate Location"
- - dps_val: none
- value: "Off"
- - entity: light
- translation_key: backlight
- category: config
- dps:
- - id: 16
- name: switch
- type: boolean
|