cleanair_ca702_dehumidifier.yaml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. name: Dehumidifier
  2. products:
  3. - id: bgo09goklrcdwqg7
  4. manufacturer: Clean Air Optima
  5. model: CA-702 Smart
  6. entities:
  7. - entity: humidifier
  8. class: dehumidifier
  9. dps:
  10. - id: 1
  11. type: boolean
  12. name: switch
  13. - id: 2
  14. type: string
  15. name: mode
  16. mapping:
  17. - dps_val: auto
  18. value: auto
  19. - dps_val: fan
  20. value: purify
  21. - id: 3
  22. type: integer
  23. name: current_humidity
  24. - id: 4
  25. type: integer
  26. name: humidity
  27. range:
  28. min: 35
  29. max: 80
  30. mapping:
  31. - step: 5
  32. - entity: switch
  33. translation_key: ionizer
  34. category: config
  35. dps:
  36. - id: 5
  37. type: boolean
  38. name: switch
  39. - entity: switch
  40. translation_key: uv_sterilization
  41. category: config
  42. dps:
  43. - id: 10
  44. type: boolean
  45. name: switch
  46. - entity: lock
  47. translation_key: child_lock
  48. category: config
  49. dps:
  50. - id: 16
  51. type: boolean
  52. name: lock
  53. - entity: binary_sensor
  54. class: problem
  55. category: diagnostic
  56. dps:
  57. - id: 19
  58. type: bitfield
  59. name: sensor
  60. mapping:
  61. - dps_val: 0
  62. value: false
  63. - value: true
  64. - id: 19
  65. type: bitfield
  66. name: fault_code
  67. - entity: sensor
  68. class: temperature
  69. category: diagnostic
  70. dps:
  71. - id: 103
  72. type: integer
  73. name: sensor
  74. unit: C
  75. class: measurement
  76. - entity: switch
  77. translation_key: sleep
  78. category: config
  79. dps:
  80. - id: 104
  81. type: boolean
  82. name: switch