electriq_cd20pro_dehumidifier.yaml 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. name: "Electriq CD20PRO-LE-V2 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: 1
  13. - dps_val: true
  14. icon: "mdi:air-humidifier"
  15. icon_priority: 3
  16. - id: 2
  17. name: mode
  18. type: string
  19. mapping:
  20. - dps_val: auto
  21. value: auto
  22. - dps_val: low
  23. value: eco
  24. - dps_val: high
  25. value: boost
  26. icon: "mdi:tshirt-crew-outline"
  27. icon_priority: 2
  28. - dps_val: fan
  29. value: purify
  30. icon: "mdi:air-purifier"
  31. icon_priority: 2
  32. - id: 3
  33. type: integer
  34. name: current_humidity
  35. - id: 4
  36. type: integer
  37. name: humidity
  38. range:
  39. min: 35
  40. max: 80
  41. mapping:
  42. - step: 5
  43. secondary_entities:
  44. - entity: fan
  45. translation_only_key: fan_with_presets
  46. dps:
  47. - id: 1
  48. type: boolean
  49. name: switch
  50. - id: 102
  51. name: preset_mode
  52. type: string
  53. mapping:
  54. - dps_val: "45"
  55. value: sleep
  56. - dps_val: "90"
  57. value: fresh
  58. - dps_val: "0_90"
  59. value: nature
  60. - id: 102
  61. name: oscillate
  62. type: string
  63. mapping:
  64. - dps_val: "0_90"
  65. value: true
  66. - dps_val: "90"
  67. value: false
  68. - value: false
  69. - entity: switch
  70. translation_key: uv_sterilization
  71. dps:
  72. - id: 10
  73. name: switch
  74. type: boolean
  75. - entity: light
  76. translation_key: display
  77. category: config
  78. dps:
  79. - id: 101
  80. type: boolean
  81. name: switch
  82. - entity: switch
  83. translation_key: ionizer
  84. dps:
  85. - id: 5
  86. name: switch
  87. type: boolean
  88. - entity: sensor
  89. class: temperature
  90. dps:
  91. - id: 103
  92. type: integer
  93. name: sensor
  94. unit: C
  95. class: measurement