tesla_air_purifier_mini.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  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. readonly: true
  48. - entity: select
  49. name: Timer
  50. icon: "mdi:timer"
  51. category: config
  52. dps:
  53. - id: 18
  54. type: string
  55. name: option
  56. mapping:
  57. - dps_val: "cancel"
  58. value: "cancel"
  59. - dps_val: "1h"
  60. value: "1 hour"
  61. - dps_val: "2h"
  62. value: "2 hours"
  63. - dps_val: "4h"
  64. value: "4 hours"