etersky_curtain_switch.yaml 758 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. name: Curtain switch
  2. products:
  3. - id: 81dyy7vqe426s0yc
  4. manufacturer: Etersky
  5. model: WF-CS01
  6. entities:
  7. - entity: cover
  8. class: curtain
  9. dps:
  10. - id: 1
  11. name: control
  12. type: string
  13. mapping:
  14. - dps_val: open
  15. value: open
  16. - dps_val: close
  17. value: close
  18. - dps_val: stop
  19. value: stop
  20. - entity: light
  21. translation_key: backlight
  22. category: config
  23. dps:
  24. - id: 7
  25. type: boolean
  26. name: switch
  27. - entity: number
  28. name: Time control
  29. category: config
  30. class: duration
  31. icon: "mdi:timer"
  32. dps:
  33. - id: 10
  34. type: integer
  35. name: value
  36. unit: s
  37. range:
  38. min: 10
  39. max: 180