| 1234567891011121314151617181920212223242526272829 |
- name: Simple switch with timer
- products:
- - id: r15JnoGqWPM4PPtl
- manufacturer: Teckin
- model: SP21
- - id: 5bvnmoqjth5nd4de
- manufacturer: Teckin
- model: SP21/SP22/SP27
- entities:
- - entity: switch
- dps:
- - id: 1
- name: switch
- type: boolean
- - entity: number
- category: config
- class: duration
- translation_key: timer
- dps:
- - id: 11
- name: value
- type: integer
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
|