atomi_ceramic_heater.yaml 2.5 KB

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