mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 15:38:11 +01:00
formatting
This commit is contained in:
parent
955a486eba
commit
ce1049149a
1 changed files with 1 additions and 0 deletions
|
@ -553,6 +553,7 @@ async def set_tuner_frequency_action_to_code(config, action_id, template_arg, ar
|
||||||
cg.add(var.set_frequency(template_))
|
cg.add(var.set_frequency(template_))
|
||||||
return var
|
return var
|
||||||
|
|
||||||
|
|
||||||
MeasureAction = si4713_ns.class_(
|
MeasureAction = si4713_ns.class_(
|
||||||
"MeasureAction", automation.Action, cg.Parented.template(Si4713Component)
|
"MeasureAction", automation.Action, cg.Parented.template(Si4713Component)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue