inow_heater_element_v2.yaml 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. name: INOW heating element v2
  2. primary_entity:
  3. entity: climate
  4. translation_only_key: heater
  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. unit: C
  18. range:
  19. min: 30
  20. max: 70
  21. mapping:
  22. - step: 5
  23. - id: 101
  24. type: integer
  25. name: current_temperature
  26. - id: 4
  27. type: string
  28. name: preset_mode
  29. mapping:
  30. - dps_val: comfort
  31. value: comfort
  32. - dps_val: antifreezin
  33. value: away
  34. - dps_val: eco
  35. value: eco
  36. - dps_val: water_temp
  37. value: Radiator
  38. secondary_entities:
  39. - entity: lock
  40. translation_key: child_lock
  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. translation_key: timer
  57. dps:
  58. - id: 19
  59. type: string
  60. name: option
  61. mapping:
  62. - dps_val: "0h"
  63. value: cancel
  64. - dps_val: "2h"
  65. value: "2h"
  66. - dps_val: "4h"
  67. value: "4h"
  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. unit: C
  84. range:
  85. min: 7
  86. max: 30
  87. mapping:
  88. - step: 1
  89. - id: 3
  90. type: integer
  91. name: current_temperature
  92. - id: 4
  93. type: string
  94. name: preset_mode
  95. mapping:
  96. - dps_val: comfort
  97. value: comfort
  98. - dps_val: antifreezin
  99. value: away
  100. - dps_val: eco
  101. value: eco
  102. - dps_val: water_temp
  103. value: Radiator