mirror of
https://github.com/esphome/esphome.git
synced 2024-11-30 10:44:13 +01:00
Update sensor.py
This commit is contained in:
parent
e1954ab5ab
commit
fb95a15aeb
1 changed files with 0 additions and 1 deletions
|
@ -54,4 +54,3 @@ async def to_code(config):
|
|||
if humidity_config := config.get(CONF_HUMIDITY):
|
||||
sens = await sensor.new_sensor(humidity_config)
|
||||
cg.add(var.set_humidity_sensor(sens))
|
||||
|
||||
|
|
Loading…
Reference in a new issue