This commit is contained in:
Andre Basche 2023-11-21 02:23:38 +01:00
parent ea81e2891f
commit e9f2bb9f4f
3 changed files with 16 additions and 3 deletions

View file

@ -144,7 +144,11 @@ class HonCommand:
self.appliance.sync_command_to_params(self.name)
try:
result = await self.api.send_command(
self._appliance, self._name, params, ancillary_params
self._appliance,
self._name,
params,
ancillary_params,
self._category_name,
)
if not result:
_LOGGER.error(result)