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. translation_key: fan_with_presets
  7. dps:
  8. - id: 1
  9. type: boolean
  10. name: switch
  11. - id: 4
  12. name: preset_mode
  13. type: string
  14. mapping:
  15. - dps_val: auto
  16. value: smart
  17. - dps_val: sleep
  18. value: sleep
  19. - dps_val: mid
  20. value: fresh
  21. - dps_val: high
  22. value: strong
  23. secondary_entities:
  24. - entity: light
  25. category: config
  26. dps:
  27. - id: 8
  28. name: switch
  29. type: boolean
  30. - entity: switch
  31. name: Ionizer
  32. category: config
  33. icon: "mdi:dots-hexagon"
  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. 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"