Fix Overkiz Hitachi OVP air-to-air heat pump (#114487)

Unpack command parameters instead of passing a list
This commit is contained in:
dotvav
2024-03-31 11:38:59 +02:00
committed by Paulus Schoutsen
parent bdf51553ef
commit c373d40e34

View File

@@ -357,5 +357,5 @@ class HitachiAirToAirHeatPumpOVP(OverkizEntity, ClimateEntity):
]
await self.executor.async_execute_command(
OverkizCommand.GLOBAL_CONTROL, command_data
OverkizCommand.GLOBAL_CONTROL, *command_data
)