loratap_zigbee_curtain.yaml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  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. mapping:
  30. - step: 10
  31. - id: 14
  32. name: light_mode
  33. type: string
  34. optional: true
  35. - entity: switch
  36. category: config
  37. name: Reverse Motor Direction
  38. icon: "mdi:arrow-u-down-left"
  39. dps:
  40. - id: 8
  41. type: string
  42. name: switch
  43. mapping:
  44. - dps_val: "forward"
  45. value: false
  46. - dps_val: "back"
  47. value: true
  48. - entity: select
  49. name: Calibration
  50. category: config
  51. icon: "mdi:toggle-switch"
  52. dps:
  53. - id: 3
  54. name: option
  55. type: string
  56. mapping:
  57. - dps_val: "start"
  58. value: "On"
  59. - dps_val: "end"
  60. value: "Off"