tesla_xl_dehumidifier.yaml 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. name: Dehumidifier
  2. products:
  3. - id: 4o6u7vjbiqm9byms
  4. name: Tesla Smart XL
  5. primary_entity:
  6. entity: humidifier
  7. class: dehumidifier
  8. dps:
  9. - id: 1
  10. type: boolean
  11. name: switch
  12. - id: 2
  13. type: integer
  14. name: humidity
  15. range:
  16. min: 20
  17. max: 80
  18. mapping:
  19. - step: 20
  20. - id: 6
  21. type: integer
  22. name: current_humidity
  23. secondary_entities:
  24. - entity: fan
  25. dps:
  26. - id: 1
  27. type: boolean
  28. name: switch
  29. - id: 4
  30. type: string
  31. name: speed
  32. mapping:
  33. - dps_val: Sleep
  34. value: 33
  35. - dps_val: Low
  36. value: 66
  37. - dps_val: High
  38. value: 100
  39. - entity: lock
  40. translation_key: child_lock
  41. category: config
  42. dps:
  43. - id: 16
  44. type: boolean
  45. name: lock
  46. - entity: select
  47. translation_key: timer
  48. category: config
  49. dps:
  50. - id: 17
  51. type: string
  52. name: option
  53. mapping:
  54. - dps_val: cancel
  55. value: "Off"
  56. - dps_val: "2h"
  57. value: "2 hours"
  58. - dps_val: "4h"
  59. value: "4 hours"
  60. - dps_val: "8h"
  61. value: "8 hours"
  62. - entity: sensor
  63. translation_key: time_remaining
  64. class: duration
  65. category: diagnostic
  66. dps:
  67. - id: 18
  68. type: integer
  69. name: sensor
  70. unit: min
  71. - entity: binary_sensor
  72. class: problem
  73. category: diagnostic
  74. dps:
  75. - id: 19
  76. type: bitfield
  77. name: sensor
  78. mapping:
  79. - dps_val: 0
  80. value: false
  81. - value: true
  82. - id: 19
  83. type: bitfield
  84. name: fault_code