| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- name: Curtain
- products:
- - id: 8kzqqzu4
- manufacturer: Loratap
- model: SC500ZB-V2
- - id: v7ooovn9oamttmre
- manufacturer: Loratap
- entities:
- - entity: cover
- class: shutter
- dps:
- - id: 1
- name: control
- type: string
- mapping:
- - dps_val: "open"
- value: open
- - dps_val: "close"
- value: close
- - dps_val: "stop"
- value: stop
- - id: 2
- name: position
- type: integer
- unit: "%"
- range:
- min: 0
- max: 100
- mapping:
- - step: 10
- - id: 14
- name: light_mode
- type: string
- optional: true
- - entity: switch
- category: config
- name: Reverse Motor Direction
- icon: "mdi:arrow-u-down-left"
- dps:
- - id: 8
- type: string
- name: switch
- mapping:
- - dps_val: "forward"
- value: false
- - dps_val: "back"
- value: true
- - entity: select
- name: Calibration
- category: config
- icon: "mdi:toggle-switch"
- dps:
- - id: 3
- name: option
- type: string
- mapping:
- - dps_val: "start"
- value: "On"
- - dps_val: "end"
- value: "Off"
|