poiema_one_purifier.yaml 1.9 KB

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