kogan_dehumidifier.yaml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. name: "Kogan Dehumidifier"
  2. primary_entity:
  3. entity: humidifier
  4. class: dehumidifier
  5. dps:
  6. - id: 1
  7. name: switch
  8. type: boolean
  9. mapping:
  10. - dps_val: false
  11. icon: "mdi:air-humidifier-off"
  12. icon_priority: 2
  13. - dps_val: true
  14. icon: "mdi:air-humidifier"
  15. icon_priority: 4
  16. - id: 2
  17. name: mode
  18. type: string
  19. mapping:
  20. - dps_val: low
  21. value: Low
  22. - dps_val: middle
  23. value: Medium
  24. - dps_val: high
  25. value: High
  26. - dps_val: quickdry
  27. value: Dry Clothes
  28. icon: "mdi:tshirt-crew-outline"
  29. icon_priority: 3
  30. - id: 3
  31. name: current_humidity
  32. type: integer
  33. - id: 11
  34. name: error
  35. type: integer
  36. readonly: true
  37. mapping:
  38. - dps_val: 0
  39. value: OK
  40. - dps_val: 1
  41. value: "Tank full"
  42. icon: "mdi:cup-water"
  43. icon_priority: 1
  44. - id: 12
  45. name: timer_hr
  46. type: integer
  47. - id: 13
  48. name: timer
  49. type: integer
  50. readonly: true
  51. - id: 101
  52. name: humidity
  53. type: integer
  54. range:
  55. min: 0
  56. max: 80
  57. secondary_entities:
  58. - entity: fan
  59. dps:
  60. - id: 1
  61. name: switch
  62. type: boolean
  63. - id: 2
  64. name: speed
  65. type: string
  66. mapping:
  67. - dps_val: low
  68. value: 33.3
  69. - dps_val: middle
  70. value: 66.7
  71. - dps_val: high
  72. value: 100
  73. - dps_val: quickdry
  74. value: 100
  75. invalid: true
  76. - id: 8
  77. name: oscillate
  78. type: boolean
  79. - entity: sensor
  80. class: humidity
  81. name: Current Humidity
  82. dps:
  83. - id: 3
  84. type: integer
  85. name: sensor
  86. class: measurement
  87. unit: "%"
  88. - entity: binary_sensor
  89. class: problem
  90. name: Tank
  91. category: diagnostic
  92. dps:
  93. - id: 11
  94. name: sensor
  95. type: integer
  96. readonly: true
  97. mapping:
  98. - dps_val: 0
  99. value: false
  100. - value: true