| 1234567891011121314151617181920212223242526272829303132333435363738 |
- name: Window shade
- products:
- - id: hldq12vsaqalcfer
- name: Graywind hardwired blackout
- primary_entity:
- entity: cover
- class: shade
- 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
- range:
- min: 0
- max: 100
- secondary_entities:
- - entity: select
- name: Motor direction
- category: config
- icon: "mdi:sign-direction"
- dps:
- - id: 5
- name: option
- type: string
- mapping:
- - dps_val: forward
- value: Forward
- - dps_val: back
- value: Back
|