mirror of
https://github.com/esphome/esphome.git
synced 2024-11-23 23:48:11 +01:00
formatting
This commit is contained in:
parent
4fc01b302b
commit
70ff6afb2e
4 changed files with 4 additions and 3 deletions
|
@ -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
|
||||||
)
|
)
|
||||||
|
|
|
@ -151,4 +151,4 @@ class TunerPowerNumber : public number::Number, public Parented<Si4713Component>
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace si4713
|
} // namespace si4713
|
||||||
} // namespace esphome
|
} // namespace esphome
|
||||||
|
|
|
@ -108,4 +108,4 @@ class RefClkSourceSelect : public select::Select, public Parented<Si4713Componen
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace si4713
|
} // namespace si4713
|
||||||
} // namespace esphome
|
} // namespace esphome
|
||||||
|
|
|
@ -100,4 +100,4 @@ class TunerEnableSwitch : public switch_::Switch, public Parented<Si4713Componen
|
||||||
};
|
};
|
||||||
|
|
||||||
} // namespace si4713
|
} // namespace si4713
|
||||||
} // namespace esphome
|
} // namespace esphome
|
||||||
|
|
Loading…
Reference in a new issue