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

Unpack command parameters instead of passing a list
pull/114764/head
dotvav 2024-03-31 11:38:59 +02:00 committed by Paulus Schoutsen
parent bdf51553ef
commit c373d40e34
1 changed files with 1 additions and 1 deletions

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
)