mirror of
https://github.com/home-assistant/core.git
synced 2025-07-18 18:57:06 +00:00
Fix incomfort water heater return translated fault code (#119311)
This commit is contained in:
parent
d6bcb1c5fd
commit
b7f74532dc
@ -68,9 +68,6 @@ class IncomfortWaterHeater(IncomfortBoilerEntity, WaterHeaterEntity):
|
||||
return max(self._heater.heater_temp, self._heater.tap_temp)
|
||||
|
||||
@property
|
||||
def current_operation(self) -> str:
|
||||
def current_operation(self) -> str | None:
|
||||
"""Return the current operation mode."""
|
||||
if self._heater.is_failed:
|
||||
return f"Fault code: {self._heater.fault_code}"
|
||||
|
||||
return self._heater.display_text
|
||||
|
Loading…
x
Reference in New Issue
Block a user