inow_heater_element.yaml 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. name: Heating element
  2. # products: INOW
  3. entities:
  4. - entity: climate
  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: 2
  15. type: integer
  16. name: temperature
  17. unit: C
  18. range:
  19. min: 15
  20. max: 70
  21. mapping:
  22. - step: 5
  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: smart
  31. value: comfort
  32. - dps_val: antifreezing
  33. value: away
  34. - entity: select
  35. translation_key: timer
  36. category: config
  37. dps:
  38. - id: 19
  39. type: string
  40. name: option
  41. optional: true
  42. mapping:
  43. - dps_val: "0h"
  44. value: cancel
  45. - dps_val: "1h"
  46. value: "1h"
  47. - dps_val: "2h"
  48. value: "2h"
  49. - entity: lock
  50. translation_key: child_lock
  51. category: config
  52. dps:
  53. - id: 7
  54. type: boolean
  55. name: lock