mirror of
https://github.com/geoffdavis/esphome-mitsubishiheatpump
synced 2024-08-30 18:12:13 +00:00
Fix version pinning of SwiCago/HeatPump library and update to recentish commit
This commit is contained in:
parent
980271337a
commit
229c9127eb
@ -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?
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user