graywind_shades.yaml 755 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. name: Window shade
  2. products:
  3. - id: hldq12vsaqalcfer
  4. name: Graywind hardwired blackout
  5. primary_entity:
  6. entity: cover
  7. class: shade
  8. dps:
  9. - id: 1
  10. name: control
  11. type: string
  12. mapping:
  13. - dps_val: open
  14. value: open
  15. - dps_val: close
  16. value: close
  17. - dps_val: stop
  18. value: stop
  19. - id: 2
  20. name: position
  21. type: integer
  22. range:
  23. min: 0
  24. max: 100
  25. secondary_entities:
  26. - entity: select
  27. name: Motor direction
  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