Skip to content

Commit

Permalink
set_spa
Browse files Browse the repository at this point in the history
  • Loading branch information
netmindz committed Oct 27, 2023
1 parent 89575a1 commit 37d4c93
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/BalboaGL/climate/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ async def to_code(config):
await climate.register_climate(var, config)

paren = await cg.get_variable(config[CONF_BALBOA_ID])
spa = await cg.add_define("balboaGL* spa")
spa = cg.add_define("balboaGL* spa")
# cg.add(spa = paren->get_spa())
cg.add(var.set_spa(spa))

0 comments on commit 37d4c93

Please sign in to comment.