poiema_one_purifier.yaml 1.9 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. name: Poiema One air purifier
  2. products:
  3. - id: 2q2jgeegaziyugdg
  4. primary_entity:
  5. entity: fan
  6. icon: "mdi:air-purifier"
  7. translation_key: fan_with_presets
  8. dps:
  9. - id: 1
  10. type: boolean
  11. name: switch
  12. - id: 3
  13. type: string
  14. name: preset_mode
  15. mapping:
  16. - dps_val: manual
  17. value: normal
  18. - dps_val: auto
  19. value: smart
  20. - dps_val: sleep
  21. value: sleep
  22. - id: 4
  23. type: string
  24. name: speed
  25. mapping:
  26. - dps_val: "low"
  27. value: 25
  28. - dps_val: "mid"
  29. value: 50
  30. - dps_val: "high"
  31. value: 75
  32. - dps_val: "strong"
  33. value: 100
  34. secondary_entities:
  35. - entity: sensor
  36. name: PM2.5
  37. class: pm25
  38. dps:
  39. - id: 2
  40. type: integer
  41. name: sensor
  42. class: measurement
  43. unit: ugm3
  44. - entity: lock
  45. name: Child lock
  46. category: config
  47. dps:
  48. - id: 7
  49. type: boolean
  50. name: lock
  51. mapping:
  52. - dps_val: true
  53. icon: "mdi:hand-back-right-off"
  54. - dps_val: false
  55. icon: "mdi:hand-back-right"
  56. - entity: button
  57. name: Filter reset
  58. category: config
  59. class: restart
  60. dps:
  61. - id: 11
  62. type: boolean
  63. name: button
  64. - entity: select
  65. name: Timer
  66. category: config
  67. icon: "mdi:timer"
  68. dps:
  69. - id: 18
  70. type: string
  71. name: option
  72. mapping:
  73. - dps_val: cancel
  74. value: "off"
  75. - dps_val: "1h"
  76. value: "1 hour"
  77. - dps_val: "2h"
  78. value: "2 hours"
  79. - dps_val: "3h"
  80. value: "3 hours"
  81. - dps_val: "4h"
  82. value: "4 hours"
  83. - dps_val: "5h"
  84. value: "5 hours"
  85. - entity: sensor
  86. name: Timer
  87. category: diagnostic
  88. class: duration
  89. icon: "mdi:timer"
  90. dps:
  91. - id: 19
  92. type: integer
  93. unit: min
  94. name: sensor