eurom_saniwallheat2000_heater.yaml 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  1. name: Eurom Sani-Wall-Heat 2000 Wifi heater
  2. primary_entity:
  3. entity: climate
  4. dps:
  5. - id: 1
  6. type: boolean
  7. name: hvac_mode
  8. mapping:
  9. - dps_val: false
  10. value: "off"
  11. icon: "mdi:radiator-disabled"
  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. icon: "mdi:radiator"
  21. - dps_val: "50_per"
  22. value: heat
  23. icon: "mdi:radiator"
  24. - dps_val: "100_per"
  25. value: heat
  26. icon: "mdi:radiator"
  27. - id: 2
  28. type: integer
  29. name: temperature
  30. range:
  31. min: 10
  32. max: 35
  33. - id: 3
  34. type: integer
  35. name: current_temperature
  36. - id: 4
  37. type: string
  38. name: preset_mode
  39. mapping:
  40. - dps_val: "off"
  41. value: fan
  42. - dps_val: "50_per"
  43. value: eco
  44. - dps_val: "100_per"
  45. value: boost
  46. - dps_val: auto
  47. value: comfort
  48. - id: 7
  49. type: boolean
  50. name: swing_mode
  51. mapping:
  52. - dps_val: true
  53. value: vertical
  54. - dps_val: false
  55. value: "off"