mirror of
https://github.com/Andre0512/pyhOn.git
synced 2025-05-13 14:44:28 -04:00
Send program name Andre0512/hon#124
This commit is contained in:
parent
ea81e2891f
commit
e9f2bb9f4f
3 changed files with 16 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue