mirror of
https://github.com/esphome/esphome.git
synced 2024-11-25 08:28:12 +01:00
two lines after function or class definition
This commit is contained in:
parent
fa26295f50
commit
b695930038
2 changed files with 2 additions and 0 deletions
|
@ -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']
|
||||
|
|
|
@ -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']
|
||||
|
|
Loading…
Reference in a new issue