atomi_ceramic_heater.yaml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. name: Heater
  2. products:
  3. - id: ojvja3vyqchxrfhk
  4. manufacturer: Atomi
  5. model: AT1632
  6. - id: tos0dbspyikjzcxe
  7. manufacturer: Atomi
  8. model: AT1635
  9. entities:
  10. - entity: climate
  11. translation_only_key: heater
  12. dps:
  13. - id: 1
  14. type: boolean
  15. name: hvac_mode
  16. mapping:
  17. - dps_val: false
  18. value: "off"
  19. - dps_val: true
  20. value: heat
  21. - id: 2
  22. type: integer
  23. name: temperature
  24. range:
  25. min: 60
  26. max: 86
  27. unit: F
  28. - id: 3
  29. type: integer
  30. name: current_temperature
  31. - id: 4
  32. type: string
  33. name: preset_mode
  34. mapping:
  35. - dps_val: auto
  36. value: eco
  37. - dps_val: low
  38. value: comfort
  39. - dps_val: high
  40. value: boost
  41. - id: 8
  42. type: boolean
  43. name: swing_mode
  44. # not available on AT1635
  45. optional: true
  46. mapping:
  47. - dps_val: false
  48. value: "off"
  49. - dps_val: true
  50. value: horizontal
  51. - entity: light
  52. translation_key: display
  53. category: config
  54. dps:
  55. - id: 10
  56. type: boolean
  57. name: switch
  58. - entity: select
  59. translation_key: timer
  60. category: config
  61. dps:
  62. - id: 11
  63. type: string
  64. name: option
  65. mapping:
  66. - dps_val: "0h"
  67. value: cancel
  68. - dps_val: "1h"
  69. value: "1h"
  70. - dps_val: "2h"
  71. value: "2h"
  72. - dps_val: "3h"
  73. value: "3h"
  74. - dps_val: "4h"
  75. value: "4h"
  76. - dps_val: "5h"
  77. value: "5h"
  78. - dps_val: "6h"
  79. value: "6h"
  80. - dps_val: "7h"
  81. value: "7h"
  82. - dps_val: "8h"
  83. value: "8h"
  84. - dps_val: "9h"
  85. value: "9h"
  86. - dps_val: "10h"
  87. value: "10h"
  88. - dps_val: "11h"
  89. value: "11h"
  90. - dps_val: "12h"
  91. value: "12h"
  92. - entity: sensor
  93. translation_key: time_remaining
  94. class: duration
  95. category: diagnostic
  96. dps:
  97. - id: 12
  98. type: integer
  99. name: sensor
  100. unit: min
  101. - entity: binary_sensor
  102. name: Overheat protection
  103. class: problem
  104. icon: "mdi:fire-alert"
  105. category: diagnostic
  106. dps:
  107. - id: 102
  108. type: boolean
  109. name: sensor
  110. - entity: binary_sensor
  111. name: Tip over protection
  112. class: problem
  113. icon: "mdi:debug-step-over"
  114. category: diagnostic
  115. dps:
  116. - id: 103
  117. type: boolean
  118. name: sensor