atomi_ceramic_heater.yaml 2.4 KB

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