1
0
mirror of https://github.com/esphome/esphome.git synced 2025-10-31 07:03:55 +00:00

HaierProtocol library updated to 0.9.25 to fix the answer_timeout bug (#6015)

This commit is contained in:
Pavlo Dudnytskyi
2023-12-29 22:08:26 +01:00
committed by GitHub
parent 5ebb68f4ff
commit 2a43e55452
3 changed files with 3 additions and 2 deletions

View File

@@ -495,4 +495,4 @@ async def to_code(config):
trigger, [(cg.uint8, "code"), (cg.const_char_ptr, "message")], conf
)
# https://github.com/paveldn/HaierProtocol
cg.add_library("pavlodn/HaierProtocol", "0.9.24")
cg.add_library("pavlodn/HaierProtocol", "0.9.25")