From 01c14ff5c4208e954458f84324bbe5ba7296e9a5 Mon Sep 17 00:00:00 2001 From: Will Tatam Date: Sat, 14 Oct 2023 11:15:02 +0100 Subject: [PATCH] Revert update to new logger --- components/BalboaGL/climate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/BalboaGL/climate.py b/components/BalboaGL/climate.py index 1d188d5..9d87f02 100644 --- a/components/BalboaGL/climate.py +++ b/components/BalboaGL/climate.py @@ -109,5 +109,5 @@ def to_code(config): cg.add_library( name="balboaGL", repository="https://github.com/netmindz/balboaGL.git", - version="0971976e020a930a20a2ebbada65487fe4170927", + version="command-length-fix", )