formatting

This commit is contained in:
Gábor Poczkodi 2024-10-19 23:28:57 +02:00
parent 4fc01b302b
commit 70ff6afb2e
4 changed files with 4 additions and 3 deletions

View file

@ -501,6 +501,7 @@ MeasureFrequencyAction = si4713_ns.class_(
"MeasureFrequencyAction", automation.Action, cg.Parented.template(Si4713Component) "MeasureFrequencyAction", automation.Action, cg.Parented.template(Si4713Component)
) )
@automation.register_action( @automation.register_action(
"si4713.set_tuner_frequency", SetFrequencyAction, FREQUENCY_SCHEMA "si4713.set_tuner_frequency", SetFrequencyAction, FREQUENCY_SCHEMA
) )

View file

@ -151,4 +151,4 @@ class TunerPowerNumber : public number::Number, public Parented<Si4713Component>
}; };
} // namespace si4713 } // namespace si4713
} // namespace esphome } // namespace esphome

View file

@ -108,4 +108,4 @@ class RefClkSourceSelect : public select::Select, public Parented<Si4713Componen
}; };
} // namespace si4713 } // namespace si4713
} // namespace esphome } // namespace esphome

View file

@ -100,4 +100,4 @@ class TunerEnableSwitch : public switch_::Switch, public Parented<Si4713Componen
}; };
} // namespace si4713 } // namespace si4713
} // namespace esphome } // namespace esphome