mirror of
https://github.com/esphome/esphome.git
synced 2024-11-27 09:18:00 +01:00
chore(mr60fda2): add a new line for python file
This commit is contained in:
parent
d1093e1c08
commit
75a783a855
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
cg.add(mr60fda2_component.set_is_fall_binary_sensor(sens))
|
||||
|
|
Loading…
Reference in a new issue