kogan_dehumidifier.yaml 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  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: eco
  22. - dps_val: middle
  23. value: normal
  24. - dps_val: high
  25. value: boost
  26. - dps_val: quickdry
  27. value: laundry
  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. mapping:
  37. - dps_val: 0
  38. value: OK
  39. - dps_val: 1
  40. value: "Tank full"
  41. icon: "mdi:cup-water"
  42. icon_priority: 1
  43. - id: 12
  44. name: timer_hr
  45. type: integer
  46. - id: 13
  47. name: timer
  48. type: integer
  49. - id: 101
  50. name: humidity
  51. type: integer
  52. range:
  53. min: 0
  54. max: 80
  55. secondary_entities:
  56. - entity: fan
  57. dps:
  58. - id: 1
  59. name: switch
  60. type: boolean
  61. - id: 2
  62. name: speed
  63. type: string
  64. mapping:
  65. - dps_val: low
  66. value: 33.3
  67. - dps_val: middle
  68. value: 66.7
  69. - dps_val: high
  70. value: 100
  71. - dps_val: quickdry
  72. value: 100
  73. invalid: true
  74. - id: 8
  75. name: oscillate
  76. type: boolean
  77. - entity: binary_sensor
  78. translation_key: tank_full
  79. category: diagnostic
  80. dps:
  81. - id: 11
  82. name: sensor
  83. type: integer
  84. mapping:
  85. - dps_val: 0
  86. value: false
  87. - value: true