| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- name: Curtain motor
- products:
- - id: h2wipnagcunsar5r
- name: SHerko curtain motor
- primary_entity:
- entity: cover
- class: curtain
- dps:
- - id: 1
- type: string
- name: control
- mapping:
- - dps_val: open
- value: open
- - dps_val: close
- value: close
- - dps_val: stop
- value: stop
- # - dps_val: continue
- # value: continue
- - id: 2
- type: integer
- name: position
- unit: "%"
- range:
- min: 0
- max: 100
- - id: 3
- type: integer
- name: current_position
- unit: "%"
- optional: true
- - id: 7
- type: string
- name: action
- mapping:
- - dps_val: opening
- constraint: current_position
- conditions:
- - dps_val: 100
- value: opened
- - dps_val: null
- value: opened
- - value: opening
- - dps_val: closing
- constraint: current_position
- conditions:
- - dps_val: 0
- value: closed
- - dps_val: null
- value: closed
- - value: closing
- secondary_entities:
- - entity: switch
- category: config
- name: Reverse Motor Direction
- icon: "mdi:arrow-u-down-left"
- dps:
- - id: 101
- type: boolean
- name: switch
- - entity: switch
- category: config
- name: Auto Power
- icon: "mdi:flash-auto"
- dps:
- - id: 6
- type: boolean
- name: switch
|