currysmarter_6gen_rollershutter.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. name: Roller shutter
  2. products:
  3. - id: csgb8eqhczvjaetl
  4. manufacturer: Curry Smarter
  5. model: "6Gen"
  6. entities:
  7. - entity: cover
  8. class: shutter
  9. dps:
  10. - id: 1
  11. type: string
  12. name: control
  13. mapping:
  14. - dps_val: open
  15. value: open
  16. - dps_val: close
  17. value: close
  18. - dps_val: stop
  19. value: stop
  20. - id: 2
  21. type: integer
  22. name: position
  23. range:
  24. min: 0
  25. max: 100
  26. - entity: select
  27. name: Calibration
  28. icon: "mdi:arrow-collapse-vertical"
  29. category: config
  30. dps:
  31. - id: 3
  32. type: string
  33. name: option
  34. optional: true
  35. mapping:
  36. - dps_val: start
  37. value: Start
  38. - dps_val: end
  39. value: End
  40. - dps_val: null
  41. value: Normal operation
  42. hidden: true
  43. - entity: light
  44. translation_key: backlight
  45. dps:
  46. - id: 7
  47. type: boolean
  48. name: switch
  49. - entity: select
  50. name: Motor reverse mode
  51. icon: "mdi:sign-direction"
  52. category: config
  53. dps:
  54. - id: 8
  55. type: string
  56. name: option
  57. mapping:
  58. - dps_val: forward
  59. value: Forward
  60. - dps_val: back
  61. value: Back