DH-CSK03W_dehumidifier.yaml 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. name: Dehumidifier
  2. entities:
  3. - entity: humidifier
  4. class: dehumidifier
  5. dps:
  6. - id: 1
  7. name: switch
  8. type: boolean
  9. - id: 2
  10. name: humidity
  11. type: integer
  12. range:
  13. min: 40
  14. max: 70
  15. mapping:
  16. - step: 5
  17. - id: 5
  18. name: mode
  19. type: string
  20. mapping:
  21. - dps_val: "mode_strong"
  22. value: "boost"
  23. - dps_val: "mode_sleep"
  24. value: "sleep"
  25. - id: 6
  26. type: integer
  27. name: current_humidity
  28. - entity: select
  29. translation_key: timer
  30. category: config
  31. dps:
  32. - id: 101
  33. type: string
  34. name: option
  35. optional: true
  36. mapping:
  37. - dps_val: cancel
  38. value: cancel
  39. - dps_val: "2h"
  40. value: "2h"
  41. - dps_val: "4h"
  42. value: "4h"
  43. - dps_val: "8h"
  44. value: "8h"
  45. - dps_val: "12h"
  46. value: "12h"
  47. - dps_val: "18h"
  48. value: "18h"
  49. - dps_val: "24h"
  50. value: "24h"
  51. - dps_val: "36h"
  52. value: "36h"
  53. - dps_val: "48h"
  54. value: "48h"
  55. - entity: select
  56. translation_key: light_mode
  57. category: config
  58. dps:
  59. - id: 31
  60. type: string
  61. name: option
  62. optional: true
  63. mapping:
  64. - dps_val: "ligth_off"
  65. value: "Light Off"
  66. - dps_val: "light_mode1"
  67. value: "Light mode 1"
  68. - dps_val: "light_mode2"
  69. value: "Light mode 2"
  70. - dps_val: "light_mode3"
  71. value: "Light mode 3"
  72. - entity: sensor
  73. class: temperature
  74. dps:
  75. - id: 7
  76. type: integer
  77. name: sensor
  78. unit: C
  79. class: measurement