Skip to content

Commit

Permalink
Updated to HaierProtocol 0.9.31 to support build for Host platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlo Dudnytskyi committed Jun 20, 2024
1 parent c363a56 commit 499d8e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/haier/climate.py
Original file line number Diff line number Diff line change
Expand Up @@ -522,4 +522,4 @@ async def to_code(config):
trigger, [(cg.const_char_ptr, "data"), (cg.size_t, "data_size")], conf
)
# https://github.com/paveldn/HaierProtocol
cg.add_library("pavlodn/HaierProtocol", "0.9.28")
cg.add_library("pavlodn/HaierProtocol", "0.9.31")

0 comments on commit 499d8e0

Please sign in to comment.