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? )