Skip to content

Commit

Permalink
change order
Browse files Browse the repository at this point in the history
  • Loading branch information
CFenner committed Dec 26, 2024
1 parent 707ffce commit 9755cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion PyViCare/PyViCareHeatPump.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
from PyViCare.PyViCareVentilationDevice import VentilationDevice


class HeatPump(VentilationDevice, HeatingDevice):
class HeatPump(HeatingDevice, VentilationDevice):

@property
def compressors(self) -> List[Any]:
Expand Down

0 comments on commit 9755cce

Please sign in to comment.