tesla_air_purifier_mini.yaml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. name: Tesla smart air purifier mini
  2. products:
  3. - id: sgodozglgymucvq2
  4. primary_entity:
  5. entity: fan
  6. translation_only_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. translation_key: ionizer
  32. category: config
  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. - entity: select
  47. translation_key: timer
  48. category: config
  49. dps:
  50. - id: 18
  51. type: string
  52. name: option
  53. mapping:
  54. - dps_val: "cancel"
  55. value: "cancel"
  56. - dps_val: "1h"
  57. value: "1 hour"
  58. - dps_val: "2h"
  59. value: "2 hours"
  60. - dps_val: "4h"
  61. value: "4 hours"