two lines after function or class definition

This commit is contained in:
Alexander Pohl 2020-09-24 07:33:48 +02:00
parent fa26295f50
commit b695930038
2 changed files with 2 additions and 0 deletions

View file

@ -37,4 +37,5 @@ def to_code(config):
sens = yield sensor.new_sensor(config[CONF_BATTERY_LEVEL])
cg.add(var.set_battery_level(sens))
CODEOWNERS = ['@ahpohl']

View file

@ -41,4 +41,5 @@ def to_code(config):
sens = yield sensor.new_sensor(config[CONF_BATTERY_LEVEL])
cg.add(var.set_battery_level(sens))
CODEOWNERS = ['@ahpohl']