Don't send optional program rules
This commit is contained in:
parent
f9d0fa4ae8
commit
9e35dcf9cf
1 changed files with 1 additions and 0 deletions
|
@ -111,6 +111,7 @@ class HonCommand:
|
|||
async def send(self) -> bool:
|
||||
params = self.parameter_groups.get("parameters", {})
|
||||
ancillary_params = self.parameter_groups.get("ancillaryParameters", {})
|
||||
ancillary_params.pop("programRules", None)
|
||||
self.appliance.sync_to_params(self.name)
|
||||
result = await self.api.send_command(
|
||||
self._appliance, self._name, params, ancillary_params
|
||||
|
|
Loading…
Reference in a new issue