inow_heater_element_v2.yaml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. name: INOW heating element v2
  2. primary_entity:
  3. entity: climate
  4. icon: "mdi:heating-coil"
  5. dps:
  6. - id: 1
  7. type: boolean
  8. name: hvac_mode
  9. mapping:
  10. - dps_val: true
  11. value: heat
  12. - dps_val: false
  13. value: "off"
  14. - id: 102
  15. type: integer
  16. name: temperature
  17. range:
  18. min: 30
  19. max: 70
  20. mapping:
  21. - step: 5
  22. - id: 101
  23. type: integer
  24. name: current_temperature
  25. - id: 4
  26. type: string
  27. name: preset_mode
  28. mapping:
  29. - dps_val: comfort
  30. value: comfort
  31. - dps_val: antifreezin
  32. value: away
  33. - dps_val: eco
  34. value: eco
  35. - dps_val: water_temp
  36. value: Radiator
  37. secondary_entities:
  38. - entity: lock
  39. name: Child lock
  40. icon: "mdi:hand-back-right-off"
  41. category: config
  42. dps:
  43. - id: 108
  44. type: boolean
  45. name: lock
  46. - entity: switch
  47. name: Program enabled
  48. icon: "mdi:home-clock-outline"
  49. category: config
  50. dps:
  51. - id: 7
  52. type: boolean
  53. name: switch
  54. - entity: select
  55. name: Boost
  56. icon: "mdi:timer-outline"
  57. dps:
  58. - id: 19
  59. type: string
  60. name: option
  61. mapping:
  62. - dps_val: "0h"
  63. value: "off"
  64. - dps_val: "2h"
  65. value: "2 hours"
  66. - dps_val: "4h"
  67. value: "4 hours"
  68. - entity: climate
  69. name: Room temperature
  70. icon: "mdi:home-thermometer-outline"
  71. dps:
  72. - id: 1
  73. type: boolean
  74. name: hvac_mode
  75. mapping:
  76. - dps_val: true
  77. value: heat
  78. - dps_val: false
  79. value: "off"
  80. - id: 2
  81. type: integer
  82. name: temperature
  83. range:
  84. min: 7
  85. max: 30
  86. mapping:
  87. - step: 1
  88. - id: 3
  89. type: integer
  90. name: current_temperature
  91. - id: 4
  92. type: string
  93. name: preset_mode
  94. mapping:
  95. - dps_val: comfort
  96. value: comfort
  97. - dps_val: antifreezin
  98. value: away
  99. - dps_val: eco
  100. value: eco
  101. - dps_val: water_temp
  102. value: Radiator