graywind_shades.yaml 741 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. name: Graywind Shades
  2. products:
  3. - id: hldq12vsaqalcfer
  4. primary_entity:
  5. entity: cover
  6. class: curtain
  7. dps:
  8. - id: 1
  9. name: control
  10. type: string
  11. mapping:
  12. - dps_val: open
  13. value: open
  14. - dps_val: close
  15. value: close
  16. - dps_val: stop
  17. value: stop
  18. - id: 2
  19. name: position
  20. type: integer
  21. unit: "%"
  22. range:
  23. min: 0
  24. max: 100
  25. secondary_entities:
  26. - entity: select
  27. name: Motor reverse mode
  28. category: config
  29. icon: "mdi:sign-direction"
  30. dps:
  31. - id: 5
  32. name: option
  33. type: string
  34. mapping:
  35. - dps_val: forward
  36. value: Forward
  37. - dps_val: back
  38. value: Back