mirror of
https://github.com/esphome/esphome.git
synced 2025-09-02 11:22:24 +01:00
two lines after function or class definition
This commit is contained in:
@@ -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']
|
||||
|
Reference in New Issue
Block a user