poiema_one_purifier.yaml 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  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: switch
  56. name: Filter Reset
  57. category: config
  58. icon: "mdi:refresh"
  59. dps:
  60. - id: 11
  61. type: boolean
  62. name: switch
  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. icon: "mdi:timer"
  88. dps:
  89. - id: 19
  90. type: integer
  91. unit: min
  92. name: sensor