mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 21:27:38 +00:00
Fix Overkiz Hitachi OVP air-to-air heat pump (#114487)
Unpack command parameters instead of passing a list
This commit is contained in:
parent
d846676e84
commit
f2f24a5d35
@ -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…
x
Reference in New Issue
Block a user