mirror of https://github.com/simbaja/ha_gehome.git
Update ge_dispenser.py
This commit is contained in:
parent
8b96a25893
commit
e52c8dc567
|
@ -122,3 +122,5 @@ class GeDispenser(GeWaterHeater):
|
|||
data["time_until_ready"] = self._stringify(self.hot_water_status.time_until_ready)
|
||||
if self.hot_water_status.tank_full != ErdFullNotFull.NA:
|
||||
data["tank_status"] = self._stringify(self.hot_water_status.tank_full)
|
||||
|
||||
return data
|
||||
|
|
Loading…
Reference in New Issue