chore(mr60fda2): add a new line for python file

This commit is contained in:
Spencer Yan 2024-10-22 16:36:57 +08:00
parent d1093e1c08
commit 75a783a855

View file

@ -30,4 +30,4 @@ async def to_code(config):
if is_fall_config := config.get(CONF_IS_FALL): if is_fall_config := config.get(CONF_IS_FALL):
sens = await binary_sensor.new_binary_sensor(is_fall_config) sens = await binary_sensor.new_binary_sensor(is_fall_config)
cg.add(mr60fda2_component.set_is_fall_binary_sensor(sens)) cg.add(mr60fda2_component.set_is_fall_binary_sensor(sens))