Skip to content

Commit

Permalink
fixed cylinder boost on vrc700, again
Browse files Browse the repository at this point in the history
  • Loading branch information
signalkraft committed Feb 23, 2024
1 parent 90ca073 commit 719a0cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions custom_components/mypyllant/water_heater.py
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ async def async_set_operation_mode(
enum_class = DHWOperationMode # type: ignore

if enum_value in [
DHWCurrentSpecialFunction.CYLINDER_BOOST,
DHWCurrentSpecialFunctionVRC700.CYLINDER_BOOST,
DHWCurrentSpecialFunction.CYLINDER_BOOST.name,
DHWCurrentSpecialFunctionVRC700.CYLINDER_BOOST.name,
]:
# Boost was requested
await self.coordinator.api.boost_domestic_hot_water(
Expand Down

0 comments on commit 719a0cf

Please sign in to comment.