mirror of
https://github.com/esphome/esphome.git
synced 2025-04-15 07:10:33 +01:00
Fix MQTT publish
This commit is contained in:
parent
62e4df7e21
commit
1f5c060c78
@ -205,7 +205,7 @@ def build_action(config, arg_type):
|
|||||||
yield Pvariable(config[CONF_ACTION_ID], rhs, type=type)
|
yield Pvariable(config[CONF_ACTION_ID], rhs, type=type)
|
||||||
elif CONF_MQTT_PUBLISH in config:
|
elif CONF_MQTT_PUBLISH in config:
|
||||||
conf = config[CONF_MQTT_PUBLISH]
|
conf = config[CONF_MQTT_PUBLISH]
|
||||||
rhs = App.Pget_mqtt_client().Pmake_publish_action()
|
rhs = App.Pget_mqtt_client().Pmake_publish_action(template_arg)
|
||||||
type = mqtt.MQTTPublishAction.template(template_arg)
|
type = mqtt.MQTTPublishAction.template(template_arg)
|
||||||
action = Pvariable(config[CONF_ACTION_ID], rhs, type=type)
|
action = Pvariable(config[CONF_ACTION_ID], rhs, type=type)
|
||||||
template_ = None
|
template_ = None
|
||||||
|
Loading…
x
Reference in New Issue
Block a user