morento_mr5866_air_purifier.yaml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. name: Air purifier
  2. products:
  3. - id: jzo3p4ltk8kue6yg
  4. manufacturer: MORENTO
  5. model: MR5866
  6. entities:
  7. - entity: fan
  8. translation_only_key: fan_with_presets
  9. dps:
  10. - id: 1
  11. name: switch
  12. type: boolean
  13. - id: 3
  14. name: preset_mode
  15. type: string
  16. mapping:
  17. - dps_val: auto
  18. value: auto
  19. - dps_val: sleep
  20. value: sleep
  21. - dps_val: "1F"
  22. value: low
  23. - dps_val: "2F"
  24. value: medium
  25. - dps_val: "3F"
  26. value: high
  27. - entity: sensor
  28. class: pm25
  29. dps:
  30. - id: 2
  31. name: sensor
  32. type: integer
  33. class: measurement
  34. unit: ugm3
  35. - entity: sensor
  36. translation_key: filter_life
  37. category: diagnostic
  38. dps:
  39. - id: 5
  40. name: sensor
  41. type: integer
  42. unit: "%"
  43. - entity: lock
  44. translation_key: child_lock
  45. category: config
  46. dps:
  47. - id: 7
  48. name: lock
  49. type: boolean
  50. - entity: light
  51. translation_key: backlight
  52. category: config
  53. dps:
  54. - id: 8
  55. name: switch
  56. type: boolean
  57. - entity: button
  58. translation_key: filter_reset
  59. category: config
  60. class: restart
  61. dps:
  62. - id: 11
  63. name: button
  64. optional: true
  65. type: boolean
  66. - entity: select
  67. translation_key: timer
  68. category: config
  69. dps:
  70. - id: 18
  71. name: option
  72. type: string
  73. mapping:
  74. - dps_val: cancel
  75. value: cancel
  76. - dps_val: 2h
  77. value: 2h
  78. - dps_val: 5h
  79. value: 5h
  80. - dps_val: 8h
  81. value: 8h
  82. - entity: sensor
  83. translation_key: time_remaining
  84. class: duration
  85. category: diagnostic
  86. dps:
  87. - id: 19
  88. type: integer
  89. optional: true
  90. name: sensor
  91. unit: min
  92. - entity: sensor
  93. translation_key: air_quality
  94. class: enum
  95. dps:
  96. - id: 21
  97. name: sensor
  98. type: string
  99. mapping:
  100. - dps_val: good
  101. value: good
  102. - dps_val: moderate
  103. value: moderate
  104. - dps_val: unhealthy
  105. value: severe