tesla_air_purifier_mini.yaml 1.3 KB

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