From 75a783a855a1f8930006df46121199cd68591fa7 Mon Sep 17 00:00:00 2001 From: Spencer Yan Date: Tue, 22 Oct 2024 16:36:57 +0800 Subject: [PATCH] chore(mr60fda2): add a new line for python file --- esphome/components/seeed_mr60fda2/binary_sensor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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))