formatting

This commit is contained in:
Gábor Poczkodi 2024-10-26 02:10:37 +02:00
parent 955a486eba
commit ce1049149a

View file

@ -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)
) )