ZC34T-03-3A_swing_arm_opener.yaml 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. name: Window opener
  2. products:
  3. - id: ozttm5n6okadq7tq
  4. name: ZC34T-03-3A swing arm opener
  5. primary_entity:
  6. entity: cover
  7. class: window
  8. dps:
  9. - id: 101
  10. type: string
  11. name: control
  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: 105
  20. type: string
  21. name: fault
  22. secondary_entities:
  23. - entity: lock
  24. dps:
  25. - id: 102
  26. type: string
  27. name: lock
  28. optional: true
  29. mapping:
  30. - dps_val: lock
  31. value: true
  32. - dps_val: unlock
  33. value: false
  34. - entity: binary_sensor
  35. class: window
  36. dps:
  37. - id: 1
  38. type: string
  39. name: sensor
  40. optional: true
  41. mapping:
  42. - dps_val: open
  43. value: true
  44. - dps_val: closed
  45. value: false
  46. - entity: binary_sensor
  47. name: Wind and rain
  48. class: moisture
  49. dps:
  50. - id: 104
  51. type: string
  52. name: sensor
  53. optional: true
  54. mapping:
  55. - dps_val: rain
  56. value: true
  57. - dps_val: fine
  58. value: false
  59. - entity: binary_sensor
  60. class: problem
  61. dps:
  62. - id: 105
  63. type: string
  64. name: sensor
  65. mapping:
  66. - dps_val: ""
  67. value: false
  68. - value: true
  69. - entity: switch
  70. name: Push notifications
  71. icon: "mdi:message-alert-outline"
  72. dps:
  73. - id: 106
  74. type: string
  75. name: switch
  76. optional: true
  77. mapping:
  78. - dps_val: open
  79. value: true
  80. - dps_val: close
  81. value: false
  82. - id: 107
  83. type: string
  84. name: notification
  85. - entity: switch
  86. name: Wind and rain detection
  87. icon: "mdi:weather-sunny-alert"
  88. dps:
  89. - id: 108
  90. type: string
  91. name: switch
  92. mapping:
  93. - dps_val: "on"
  94. value: true
  95. - dps_val: "off"
  96. value: false