| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- name: Curtain switch
- products:
- - id: 6tb9dko4t15optxz
- manufacturer: Moes
- model: SCS80 Touch
- entities:
- - entity: cover
- class: curtain
- dps:
- - id: 1
- name: control
- type: string
- mapping:
- - dps_val: open
- value: open
- - dps_val: close
- value: close
- - dps_val: continue
- value: stop
- - entity: light
- translation_key: backlight
- category: config
- dps:
- - id: 7
- type: boolean
- name: switch
- - entity: number
- name: Time control
- category: config
- class: duration
- icon: "mdi:timer"
- dps:
- - id: 10
- type: integer
- name: value
- unit: s
- range:
- min: 10
- max: 120
- - entity: button
- name: Stop button
- category: config
- icon: "mdi:stop"
- dps:
- - id: 101
- type: boolean
- name: button
- optional: true
- persist: false
|