breville_lad208_dehumidifier.yaml 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187
  1. name: Dehumidifier
  2. products:
  3. - id: 6cad6hhp5kbwbtyq
  4. name: Breville Smart Dry Connect Dehumidifier (LAD208)
  5. primary_entity:
  6. entity: humidifier
  7. class: dehumidifier
  8. dps:
  9. - id: 1
  10. name: switch
  11. type: boolean
  12. mapping:
  13. - dps_val: false
  14. icon: "mdi:air-humidifier-off"
  15. icon_priority: 2
  16. - dps_val: true
  17. icon: "mdi:air-humidifier"
  18. icon_priority: 4
  19. - id: 2
  20. name: mode
  21. type: string
  22. mapping:
  23. - dps_val: 0
  24. value: "auto"
  25. - dps_val: 1
  26. value: "boost"
  27. - dps_val: 2
  28. value: "laundry"
  29. icon: "mdi:t-shirt-crew"
  30. icon_priority: 3
  31. - dps_val: 3
  32. value: "purify"
  33. - id: 4
  34. name: humidity
  35. type: integer
  36. range:
  37. min: 30
  38. max: 80
  39. mapping:
  40. - step: 5
  41. - id: 104
  42. type: integer
  43. name: current_humidity
  44. secondary_entities:
  45. - entity: fan
  46. name: Fan
  47. category: config
  48. dps:
  49. - id: 1
  50. type: boolean
  51. name: switch
  52. - id: 6
  53. type: string
  54. name: speed
  55. mapping:
  56. - dps_val: "1"
  57. value: 50
  58. - dps_val: "3"
  59. value: 100
  60. - entity: select
  61. translation_key: timer
  62. category: config
  63. dps:
  64. - id: 12
  65. type: string
  66. name: option
  67. optional: true
  68. mapping:
  69. - dps_val: "0"
  70. value: "Off"
  71. - dps_val: "1"
  72. value: "1 hour"
  73. - dps_val: "2"
  74. value: "2 hours"
  75. - dps_val: "3"
  76. value: "3 hours"
  77. - dps_val: "4"
  78. value: "4 hours"
  79. - dps_val: "5"
  80. value: "5 hours"
  81. - dps_val: "6"
  82. value: "6 hours"
  83. - dps_val: "7"
  84. value: "7 hours"
  85. - dps_val: "8"
  86. value: "8 hours"
  87. - dps_val: "9"
  88. value: "9 hours"
  89. - dps_val: "10"
  90. value: "10 hours"
  91. - dps_val: "11"
  92. value: "11 hours"
  93. - dps_val: "12"
  94. value: "12 hours"
  95. - dps_val: "13"
  96. value: "13 hours"
  97. - dps_val: "14"
  98. value: "14 hours"
  99. - dps_val: "15"
  100. value: "15 hours"
  101. - dps_val: "16"
  102. value: "16 hours"
  103. - dps_val: "17"
  104. value: "17 hours"
  105. - dps_val: "18"
  106. value: "18 hours"
  107. - dps_val: "19"
  108. value: "19 hours"
  109. - dps_val: "20"
  110. value: "20 hours"
  111. - dps_val: "21"
  112. value: "21 hours"
  113. - dps_val: "22"
  114. value: "22 hours"
  115. - dps_val: "23"
  116. value: "23 hours"
  117. - dps_val: "24"
  118. value: "24 hours"
  119. - entity: sensor
  120. class: humidity
  121. dps:
  122. - id: 104
  123. type: integer
  124. name: sensor
  125. unit: "%"
  126. class: measurement
  127. - entity: sensor
  128. class: temperature
  129. dps:
  130. - id: 103
  131. type: integer
  132. name: sensor
  133. unit: C
  134. class: measurement
  135. - entity: switch
  136. name: Sleep
  137. category: config
  138. dps:
  139. - id: 102
  140. type: boolean
  141. name: switch
  142. mapping:
  143. - dps_val: false
  144. icon: "mdi:sleep-off"
  145. - dps_val: true
  146. icon: "mdi:sleep"
  147. - entity: lock
  148. translation_key: child_lock
  149. category: config
  150. dps:
  151. - id: 7
  152. type: boolean
  153. name: lock
  154. - entity: binary_sensor
  155. translation_key: tank_full
  156. dps:
  157. - id: 11
  158. type: bitfield
  159. name: sensor
  160. optional: true
  161. mapping:
  162. - dps_val: 8
  163. value: true
  164. - value: false
  165. - entity: binary_sensor
  166. translation_key: defrost
  167. category: diagnostic
  168. dps:
  169. - id: 105
  170. type: boolean
  171. name: sensor
  172. - entity: binary_sensor
  173. class: problem
  174. category: diagnostic
  175. dps:
  176. - id: 11
  177. type: bitfield
  178. name: sensor
  179. optional: true
  180. mapping:
  181. - dps_val: 0
  182. value: false
  183. - dps_val: 8
  184. value: false
  185. - dps_val: null
  186. value: false
  187. - value: true