From 229c9127ebee42488107f8b848841aa58d636902 Mon Sep 17 00:00:00 2001 From: Stewart Adam Date: Fri, 17 Nov 2023 22:50:30 -0800 Subject: [PATCH] Fix version pinning of SwiCago/HeatPump library and update to recentish commit --- components/mitsubishi_heatpump/climate.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/components/mitsubishi_heatpump/climate.py b/components/mitsubishi_heatpump/climate.py index 93c4e5f..fb6e694 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", - version="d6a29134401d7caae1b8fca9c452c8eb92af60c5", + repository="https://github.com/SwiCago/HeatPump#cea90c5ed48d24a904835f8918bd88cbc84cb1be", + version=None, # this appears to be ignored? )