From 8bf850c3f50aac2026f2e4e58ff1aa4e34e66270 Mon Sep 17 00:00:00 2001 From: Stewart Adam Date: Wed, 6 Dec 2023 23:48:57 -0800 Subject: [PATCH] Update SwiCago/HeatPump to include custom pin fix (helpful for some users affected by #71) --- components/mitsubishi_heatpump/climate.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mitsubishi_heatpump/climate.py b/components/mitsubishi_heatpump/climate.py index fb6e694..0c377be 100644 --- a/components/mitsubishi_heatpump/climate.py +++ b/components/mitsubishi_heatpump/climate.py @@ -89,6 +89,6 @@ def to_code(config): yield climate.register_climate(var, config) cg.add_library( name="HeatPump", - repository="https://github.com/SwiCago/HeatPump#cea90c5ed48d24a904835f8918bd88cbc84cb1be", + repository="https://github.com/SwiCago/HeatPump#5d1e146771d2f458907a855bf9d5d4b9bf5ff033", version=None, # this appears to be ignored? )