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 GitHub
parent d846676e84
commit f2f24a5d35
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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
)