| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- name: Wall switch
- products:
- - id: nqodepctqralr6su
- name: Novadigital switch
- primary_entity:
- entity: switch
- dps:
- - id: 1
- name: switch
- type: boolean
- secondary_entities:
- - entity: number
- name: Timer
- icon: "mdi:timer"
- category: config
- dps:
- - id: 7
- name: value
- type: integer
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- unit: min
- - entity: select
- name: Initial state
- icon: "mdi:toggle-switch"
- category: config
- dps:
- - id: 14
- type: string
- name: option
- optional: true
- mapping:
- - dps_val: "0"
- value: "Off"
- - dps_val: "1"
- value: "On"
- - dps_val: "2"
- value: Last state
- - entity: light
- name: Backlight
- category: config
- dps:
- - id: 16
- name: switch
- type: boolean
|