inow_heater_element.yaml 997 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. unit: C
  17. range:
  18. min: 15
  19. max: 70
  20. mapping:
  21. - step: 5
  22. - id: 3
  23. type: integer
  24. name: current_temperature
  25. - id: 4
  26. type: string
  27. name: preset_mode
  28. mapping:
  29. - dps_val: smart
  30. value: comfort
  31. - dps_val: antifreezing
  32. value: away
  33. - id: 19
  34. type: string
  35. name: timer
  36. optional: true
  37. mapping:
  38. - dps_val: "0h"
  39. value: cancel
  40. - dps_val: "1h"
  41. value: "1h"
  42. - dps_val: "2h"
  43. value: "2h"
  44. secondary_entities:
  45. - entity: lock
  46. translation_key: child_lock
  47. category: config
  48. dps:
  49. - id: 7
  50. type: boolean
  51. name: lock