Fix Overkiz Hitachi OVP air-to-air heat pump (#114487)
Unpack command parameters instead of passing a listpull/114764/head
parent
bdf51553ef
commit
c373d40e34
|
@ -357,5 +357,5 @@ class HitachiAirToAirHeatPumpOVP(OverkizEntity, ClimateEntity):
|
||||||
]
|
]
|
||||||
|
|
||||||
await self.executor.async_execute_command(
|
await self.executor.async_execute_command(
|
||||||
OverkizCommand.GLOBAL_CONTROL, command_data
|
OverkizCommand.GLOBAL_CONTROL, *command_data
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in New Issue