| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- 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
- translation_key: light_mode
- dps:
- - id: 15
- name: option
- type: string
- mapping:
- - dps_val: relay
- value: state
- - dps_val: pos
- value: locator
- - dps_val: none
- value: "off"
- - entity: light
- translation_key: backlight
- category: config
- dps:
- - id: 16
- name: switch
- type: boolean
|