Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
AzonInc committed Sep 18, 2024
1 parent 94cf06f commit 6f40a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/tc_bus/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ async def tc_bus_set_programming_mode_to_code(config, action_id, template_args,
parent = await cg.get_variable(config[CONF_ID])
var = cg.new_Pvariable(action_id, template_args, parent)

programming_mode_template_ = await cg.templatable(config[CONF_TYPE], args, cg.bool_)
programming_mode_template_ = await cg.templatable(config[CONF_PROGRAMMING_MODE], args, cg.bool_)
cg.add(var.set_programming_mode(programming_mode_template_))

return var

0 comments on commit 6f40a8c

Please sign in to comment.