ccb11_blind_controller.yaml 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. name: Blind controller
  2. products:
  3. - id: 3r8gc33pnqsxfe1g
  4. name: CCB-11
  5. primary_entity:
  6. entity: cover
  7. class: blind
  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. type: integer
  21. name: position
  22. unit: "%"
  23. range:
  24. min: 0
  25. max: 100
  26. - id: 3
  27. type: integer
  28. name: current_position
  29. unit: "%"
  30. - id: 7
  31. type: string
  32. name: action
  33. mapping:
  34. - dps_val: opening
  35. value: opening
  36. constraint: current_position
  37. conditions:
  38. - dps_val: 100
  39. value: opened
  40. - dps_val: closing
  41. value: closing
  42. constraint: current_position
  43. conditions:
  44. - dps_val: 0
  45. value: closed
  46. - id: 11
  47. type: string
  48. name: unknown_11
  49. - id: 12
  50. type: integer
  51. name: unknown_12
  52. - id: 103
  53. type: boolean
  54. name: unknown_103
  55. - id: 104
  56. type: boolean
  57. name: unknown_104
  58. - id: 105
  59. type: boolean
  60. name: unknown_105
  61. - id: 106
  62. type: string
  63. name: unknown_106
  64. secondary_entities:
  65. - entity: select
  66. name: Motor direction
  67. icon: "mdi:arrow-u-down-left"
  68. category: config
  69. dps:
  70. - id: 8
  71. type: string
  72. name: option
  73. mapping:
  74. - dps_val: forward
  75. value: Forward
  76. - dps_val: back
  77. value: Reverse