loratap_zigbee_curtain.yaml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. name: Curtain
  2. products:
  3. - id: 8kzqqzu4
  4. manufacturer: Loratap
  5. model: SC500ZB-V2
  6. - id: v7ooovn9oamttmre
  7. manufacturer: Loratap
  8. entities:
  9. - entity: cover
  10. class: shutter
  11. dps:
  12. - id: 1
  13. name: control
  14. type: string
  15. mapping:
  16. - dps_val: "open"
  17. value: open
  18. - dps_val: "close"
  19. value: close
  20. - dps_val: "stop"
  21. value: stop
  22. - id: 2
  23. name: position
  24. type: integer
  25. unit: "%"
  26. range:
  27. min: 0
  28. max: 100
  29. - id: 14
  30. name: light_mode
  31. type: string
  32. optional: true
  33. - entity: switch
  34. category: config
  35. name: Reverse motor direction
  36. icon: "mdi:arrow-u-down-left"
  37. dps:
  38. - id: 8
  39. type: string
  40. name: switch
  41. mapping:
  42. - dps_val: "forward"
  43. value: false
  44. - dps_val: "back"
  45. value: true
  46. - entity: select
  47. name: Calibration
  48. category: config
  49. icon: "mdi:toggle-switch"
  50. dps:
  51. - id: 3
  52. name: option
  53. type: string
  54. mapping:
  55. - dps_val: "start"
  56. value: "On"
  57. - dps_val: "end"
  58. value: "Off"