sefaul_q9_dehumidifier.yaml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. name: Dehumidifier
  2. products:
  3. - id: e8c9gukirorvyhk8
  4. manufacturer: Sefaul
  5. model: Q9 Dehumidifier
  6. entities:
  7. - entity: light
  8. class: light
  9. name: Light
  10. dps:
  11. - id: 11
  12. name: switch
  13. type: boolean
  14. - entity: fan
  15. class: fan
  16. name: Purifier
  17. dps:
  18. - id: 1
  19. name: switch
  20. type: boolean
  21. - id: 4
  22. type: string
  23. name: preset_mode
  24. mapping:
  25. - dps_val: "low"
  26. value: "Low"
  27. - dps_val: "high"
  28. value: "High"
  29. - entity: switch
  30. name: Dehumidifier
  31. dps:
  32. - id: 101
  33. name: switch
  34. type: boolean
  35. - entity: select
  36. name: Timer Set
  37. dps:
  38. - id: 17
  39. name: option
  40. type: string
  41. mapping:
  42. - dps_val: "cancel"
  43. value: "Cancel"
  44. - dps_val: "2h"
  45. value: "2H"
  46. - dps_val: "4H"
  47. value: "4H"
  48. - dps_val: "8H"
  49. value: "8H"
  50. - entity: sensor
  51. translation_key: time_remaining
  52. class: duration
  53. dps:
  54. - id: 18
  55. type: integer
  56. name: sensor
  57. unit: min
  58. class: measurement
  59. - entity: binary_sensor
  60. class: problem
  61. dps:
  62. - id: 19
  63. type: bitfield
  64. name: sensor
  65. mapping:
  66. - dps_val: 2
  67. value: "Tank Full"