inow_heater_element.yaml 991 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. name: INOW heating element
  2. primary_entity:
  3. entity: climate
  4. dps:
  5. - id: 1
  6. type: boolean
  7. name: hvac_mode
  8. mapping:
  9. - dps_val: true
  10. value: heat
  11. - dps_val: false
  12. value: "off"
  13. - id: 2
  14. type: integer
  15. name: temperature
  16. range:
  17. min: 15
  18. max: 70
  19. mapping:
  20. - step: 5
  21. - id: 3
  22. type: integer
  23. name: current_temperature
  24. - id: 4
  25. type: string
  26. name: preset_mode
  27. mapping:
  28. - dps_val: smart
  29. value: comfort
  30. - dps_val: antifreezing
  31. value: away
  32. - id: 19
  33. type: string
  34. name: timer
  35. optional: true
  36. mapping:
  37. - dps_val: "0h"
  38. value: "off"
  39. - dps_val: "1h"
  40. value: "1 hour"
  41. - dps_val: "2h"
  42. value: "2 hours"
  43. secondary_entities:
  44. - entity: lock
  45. translation_key: child_lock
  46. category: config
  47. dps:
  48. - id: 7
  49. type: boolean
  50. name: lock