tesla_air_purifier_mini.yaml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. name: Air purifier
  2. products:
  3. - id: sgodozglgymucvq2
  4. manufacturer: Tesla Smart
  5. model: Mini
  6. entities:
  7. - entity: fan
  8. translation_only_key: fan_with_presets
  9. dps:
  10. - id: 1
  11. type: boolean
  12. name: switch
  13. - id: 4
  14. name: preset_mode
  15. type: string
  16. mapping:
  17. - dps_val: auto
  18. value: smart
  19. - dps_val: sleep
  20. value: sleep
  21. - dps_val: mid
  22. value: fresh
  23. - dps_val: high
  24. value: strong
  25. - entity: light
  26. category: config
  27. dps:
  28. - id: 8
  29. name: switch
  30. type: boolean
  31. - entity: switch
  32. translation_key: ionizer
  33. category: config
  34. dps:
  35. - id: 6
  36. name: switch
  37. type: boolean
  38. - entity: sensor
  39. name: Filter
  40. category: diagnostic
  41. icon: "mdi:air-filter"
  42. dps:
  43. - id: 5
  44. type: integer
  45. name: sensor
  46. unit: "%"
  47. - entity: select
  48. translation_key: timer
  49. category: config
  50. dps:
  51. - id: 18
  52. type: string
  53. name: option
  54. mapping:
  55. - dps_val: cancel
  56. value: cancel
  57. - dps_val: "1h"
  58. value: "1h"
  59. - dps_val: "2h"
  60. value: "2h"
  61. - dps_val: "4h"
  62. value: "4h"