Skip to content

Commit

Permalink
await
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Oct 19, 2023
1 parent 15d3352 commit 170aeeb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/BalboaGL/climate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,8 @@ async def to_code(config):



yield cg.register_component(var, config)
yield climate.register_climate(var, config)
await cg.register_component(var, config)
await climate.register_climate(var, config)

paren = await cg.get_variable(config[CONF_BALBOA_ID])
cg.add(var.set_balboa_parent(paren))

0 comments on commit 170aeeb

Please sign in to comment.