eurom_saniwallheat2000_heater.yaml 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. name: Eurom Sani-Wall-Heat 2000 Wifi heater
  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: false
  11. value: "off"
  12. - dps_val: true
  13. constraint: preset_mode
  14. conditions:
  15. - dps_val: "off"
  16. value: fan_only
  17. icon: "mdi:fan"
  18. - dps_val: auto
  19. value: heat
  20. - dps_val: "50_per"
  21. value: heat
  22. - dps_val: "100_per"
  23. value: heat
  24. - id: 2
  25. type: integer
  26. name: temperature
  27. range:
  28. min: 10
  29. max: 35
  30. - id: 3
  31. type: integer
  32. name: current_temperature
  33. - id: 4
  34. type: string
  35. name: preset_mode
  36. mapping:
  37. - dps_val: "off"
  38. value: none
  39. - dps_val: "50_per"
  40. value: eco
  41. - dps_val: "100_per"
  42. value: boost
  43. - dps_val: auto
  44. value: comfort
  45. - id: 7
  46. type: boolean
  47. name: swing_mode
  48. mapping:
  49. - dps_val: true
  50. value: vertical
  51. - dps_val: false
  52. value: "off"