| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- name: Wall switch
- products:
- - id: nqodepctqralr6su
- manufacturer: Novadigital
- - id: vxo9yezswiumvync
- manufacturer: PST
- model: WT-E1
- entities:
- - entity: switch
- dps:
- - id: 1
- name: switch
- type: boolean
- - entity: number
- translation_key: timer
- class: duration
- category: config
- dps:
- - id: 7
- name: value
- type: integer
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- unit: min
- - entity: select
- translation_key: initial_state
- category: config
- dps:
- - id: 14
- type: string
- name: option
- optional: true
- mapping:
- - conditions:
- - dps_val: ["0", "1", "2"]
- mapping:
- - dps_val: "0"
- value: "off"
- - dps_val: "1"
- value: "on"
- - dps_val: "2"
- value: memory
- - dps_val: ["memory", "off", "on"]
- mapping:
- - dps_val: "off"
- value: "off"
- - dps_val: "on"
- value: "on"
- - dps_val: memory
- value: memory
- # during startup there may be no value, but we need the options
- - dps_val: null
- mapping:
- - dps_val: "off"
- value: "off"
- - dps_val: "on"
- value: "on"
- - dps_val: memory
- value: memory
- - entity: light
- translation_key: backlight
- category: config
- dps:
- - id: 16
- name: switch
- type: boolean
|