breville_smartairconnect_purifier.yaml 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106
  1. name: Breville Smart Air Connect Purifier
  2. products:
  3. - id: tltdxtehttjbkjni
  4. primary_entity:
  5. entity: fan
  6. translation_only_key: fan_with_presets
  7. icon: "mdi:air-purifier"
  8. dps:
  9. - id: 1
  10. name: switch
  11. type: boolean
  12. - id: 3
  13. name: preset_mode
  14. type: string
  15. mapping:
  16. - dps_val: manual
  17. value: normal
  18. - dps_val: auto
  19. value: smart
  20. - id: 4
  21. type: string
  22. name: speed
  23. mapping:
  24. - dps_val: low
  25. value: 33
  26. - dps_val: mid
  27. value: 66
  28. - dps_val: high
  29. value: 100
  30. secondary_entities:
  31. - entity: sensor
  32. class: pm25
  33. dps:
  34. - id: 2
  35. name: sensor
  36. class: measurement
  37. type: integer
  38. unit: ugm3
  39. - entity: switch
  40. name: Night mode
  41. category: config
  42. icon: "mdi:lightbulb-night"
  43. dps:
  44. - id: 8
  45. name: switch
  46. type: boolean
  47. - entity: switch
  48. name: Micro shield
  49. category: config
  50. icon: "mdi:shield-bug"
  51. dps:
  52. - id: 9
  53. name: switch
  54. type: boolean
  55. - entity: sensor
  56. name: Filter days left
  57. category: diagnostic
  58. class: duration
  59. icon: "mdi:air-filter"
  60. dps:
  61. - id: 16
  62. name: sensor
  63. type: integer
  64. unit: d
  65. - entity: select
  66. translation_key: timer
  67. category: config
  68. dps:
  69. - id: 19
  70. type: string
  71. name: option
  72. mapping:
  73. - dps_val: "cancle"
  74. value: "Cancel"
  75. - dps_val: "2"
  76. value: "2 hour"
  77. - dps_val: "4"
  78. value: "4 hours"
  79. - dps_val: "8"
  80. value: "8 hours"
  81. - entity: sensor
  82. translation_key: time_remaining
  83. category: diagnostic
  84. class: duration
  85. dps:
  86. - id: 20
  87. name: sensor
  88. type: integer
  89. unit: min
  90. - entity: sensor
  91. name: Air quality
  92. class: enum
  93. icon: "mdi:air-filter"
  94. dps:
  95. - id: 22
  96. name: sensor
  97. type: string
  98. mapping:
  99. - dps_val: "great"
  100. value: "Great"
  101. - dps_val: "good"
  102. value: "Good"
  103. - dps_val: "medium"
  104. value: "Medium"
  105. - dps_val: "severe"
  106. value: "Severe"