electriq_dehumidifier.yaml 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. name: "Electriq Dehumidifier CD25PRO-LE-V2"
  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: "Low"
  24. - dps_val: "high"
  25. value: "High"
  26. icon: "mdi:tshirt-crew-outline"
  27. icon_priority: 2
  28. - dps_val: "fan"
  29. value: "Air clean"
  30. icon: "mdi:air-purifier"
  31. icon_priority: 2
  32. - id: 3
  33. type: integer
  34. name: current_humidity
  35. readonly: true
  36. - id: 4
  37. type: integer
  38. name: humidity
  39. range:
  40. min: 35
  41. max: 80
  42. mapping:
  43. - step: 5
  44. - id: 103
  45. type: integer
  46. name: current_temperature
  47. readonly: true
  48. secondary_entities:
  49. - entity: fan
  50. name: Fan
  51. dps:
  52. - id: 1
  53. type: boolean
  54. name: switch
  55. - id: 102
  56. name: preset_mode
  57. type: string
  58. mapping:
  59. - dps_val: "45"
  60. value: "Half open"
  61. - dps_val: "90"
  62. value: "Fully open"
  63. - dps_val: "0_90"
  64. value: "Oscillate"
  65. - entity: light
  66. name: "UV light"
  67. icon: "mdi:solar-power"
  68. dps:
  69. - id: 10
  70. name: switch
  71. type: boolean
  72. - entity: switch
  73. name: "Ionizer"
  74. icon: "mdi:creation"
  75. dps:
  76. - id: 104
  77. name: switch
  78. type: boolean
  79. - entity: lock
  80. name: Child Lock
  81. dps:
  82. - id: 7
  83. type: boolean
  84. name: lock