diff --git a/esphome/components/seeed_mr60fda2/binary_sensor.py b/esphome/components/seeed_mr60fda2/binary_sensor.py index 1abb026926..919e4ab29c 100644 --- a/esphome/components/seeed_mr60fda2/binary_sensor.py +++ b/esphome/components/seeed_mr60fda2/binary_sensor.py @@ -30,4 +30,4 @@ async def to_code(config): if is_fall_config := config.get(CONF_IS_FALL): sens = await binary_sensor.new_binary_sensor(is_fall_config) - cg.add(mr60fda2_component.set_is_fall_binary_sensor(sens)) \ No newline at end of file + cg.add(mr60fda2_component.set_is_fall_binary_sensor(sens))