inow_heater_element_v2.yaml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  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. translation_key: child_lock
  40. category: config
  41. dps:
  42. - id: 108
  43. type: boolean
  44. name: lock
  45. - entity: switch
  46. name: Program enabled
  47. icon: "mdi:home-clock-outline"
  48. category: config
  49. dps:
  50. - id: 7
  51. type: boolean
  52. name: switch
  53. - entity: select
  54. name: Boost
  55. translation_key: timer
  56. dps:
  57. - id: 19
  58. type: string
  59. name: option
  60. mapping:
  61. - dps_val: "0h"
  62. value: "off"
  63. - dps_val: "2h"
  64. value: "2 hours"
  65. - dps_val: "4h"
  66. value: "4 hours"
  67. - entity: climate
  68. name: Room temperature
  69. icon: "mdi:home-thermometer-outline"
  70. dps:
  71. - id: 1
  72. type: boolean
  73. name: hvac_mode
  74. mapping:
  75. - dps_val: true
  76. value: heat
  77. - dps_val: false
  78. value: "off"
  79. - id: 2
  80. type: integer
  81. name: temperature
  82. range:
  83. min: 7
  84. max: 30
  85. mapping:
  86. - step: 1
  87. - id: 3
  88. type: integer
  89. name: current_temperature
  90. - id: 4
  91. type: string
  92. name: preset_mode
  93. mapping:
  94. - dps_val: comfort
  95. value: comfort
  96. - dps_val: antifreezin
  97. value: away
  98. - dps_val: eco
  99. value: eco
  100. - dps_val: water_temp
  101. value: Radiator