We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3632b51 commit 7edbfa2Copy full SHA for 7edbfa2
custom_components/pyscript/trigger.py
@@ -360,7 +360,7 @@ async def wait_until(
360
if len(state_trig_ident) > 0:
361
State.notify_del(state_trig_ident, notify_q)
362
raise exc
363
- await Mqtt.notify_add(mqtt_trigger[0], notify_q, mqtt_trigger_encoding)
+ await Mqtt.notify_add(mqtt_trigger[0], notify_q, encoding=mqtt_trigger_encoding)
364
if webhook_trigger is not None:
365
if isinstance(webhook_trigger, str):
366
webhook_trigger = [webhook_trigger]
0 commit comments