atomi_ceramic_heater.yaml 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. name: Heater
  2. products:
  3. - id: ojvja3vyqchxrfhk
  4. name: Atomi AT1632
  5. - id: tos0dbspyikjzcxe
  6. name: Atomi AT1635
  7. primary_entity:
  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. secondary_entities:
  50. - entity: light
  51. name: Display
  52. category: config
  53. dps:
  54. - id: 10
  55. type: boolean
  56. name: switch
  57. - entity: select
  58. translation_key: timer
  59. category: config
  60. dps:
  61. - id: 11
  62. type: string
  63. name: option
  64. mapping:
  65. - dps_val: "0h"
  66. value: "Off"
  67. - dps_val: "1h"
  68. value: "1 hour"
  69. - dps_val: "2h"
  70. value: "2 hours"
  71. - dps_val: "3h"
  72. value: "3 hours"
  73. - dps_val: "4h"
  74. value: "4 hours"
  75. - dps_val: "5h"
  76. value: "5 hours"
  77. - dps_val: "6h"
  78. value: "6 hours"
  79. - dps_val: "7h"
  80. value: "7 hours"
  81. - dps_val: "8h"
  82. value: "8 hours"
  83. - dps_val: "9h"
  84. value: "9 hours"
  85. - dps_val: "10h"
  86. value: "10 hours"
  87. - dps_val: "11h"
  88. value: "11 hours"
  89. - dps_val: "12h"
  90. value: "12 hours"
  91. - entity: sensor
  92. translation_key: time_remaining
  93. class: duration
  94. category: diagnostic
  95. dps:
  96. - id: 12
  97. type: integer
  98. name: sensor
  99. unit: min
  100. - entity: binary_sensor
  101. name: Overheat protection
  102. class: problem
  103. icon: "mdi:fire-alert"
  104. category: diagnostic
  105. dps:
  106. - id: 102
  107. type: boolean
  108. name: sensor
  109. - entity: binary_sensor
  110. name: Tip over protection
  111. class: problem
  112. icon: "mdi:debug-step-over"
  113. category: diagnostic
  114. dps:
  115. - id: 103
  116. type: boolean
  117. name: sensor