eurom_walldesignheat2000_heater.yaml 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. name: Eurom wall Designheat 2000 heater
  2. legacy_type: eurom_saniwall2000_heater
  3. primary_entity:
  4. entity: climate
  5. translation_only_key: heater
  6. dps:
  7. - id: 1
  8. type: boolean
  9. name: hvac_mode
  10. mapping:
  11. - dps_val: false
  12. value: "off"
  13. - dps_val: true
  14. constraint: preset_mode
  15. conditions:
  16. - dps_val: "off"
  17. value: fan_only
  18. icon: "mdi:fan"
  19. - dps_val: auto
  20. value: heat
  21. - dps_val: "50_perc"
  22. value: heat
  23. - dps_val: "100_perc"
  24. value: heat
  25. - id: 2
  26. type: integer
  27. name: temperature
  28. range:
  29. min: 10
  30. max: 35
  31. - id: 3
  32. type: integer
  33. name: current_temperature
  34. - id: 4
  35. type: string
  36. name: preset_mode
  37. mapping:
  38. - dps_val: "off"
  39. value: none
  40. - dps_val: "50_perc"
  41. value: eco
  42. - dps_val: "100_perc"
  43. value: boost
  44. - dps_val: auto
  45. value: comfort
  46. - id: 7
  47. type: boolean
  48. name: swing_mode
  49. mapping:
  50. - dps_val: true
  51. value: vertical
  52. - dps_val: false
  53. value: "off"