| 1234567891011121314151617181920212223242526 |
- name: Wall outlet
- products:
- - id: xca2lqfaztnmk5jh
- manufacturer: CE Smart Home
- model: LQ-2-W3
- entities:
- - entity: switch
- dps:
- - id: 101
- name: switch
- type: boolean
- - entity: number
- category: config
- class: duration
- translation_key: timer
- dps:
- - id: 102
- name: value
- type: integer
- unit: min
- range:
- min: 0
- max: 86400
- mapping:
- - scale: 60
- step: 60
|