1
0
mirror of https://github.com/esphome/esphome.git synced 2025-02-12 07:58:17 +00:00

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']