mirror of
https://github.com/esphome/esphome.git
synced 2024-11-21 22:48:10 +01:00
HaierProtocol library updated to 0.9.25 to fix the answer_timeout bug (#6015)
This commit is contained in:
parent
5ebb68f4ff
commit
2a43e55452
3 changed files with 3 additions and 2 deletions
|
@ -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")
|
||||
|
|
|
@ -39,7 +39,7 @@ lib_deps =
|
|||
bblanchon/ArduinoJson@6.18.5 ; json
|
||||
wjtje/qr-code-generator-library@1.7.0 ; qr_code
|
||||
functionpointer/arduino-MLX90393@1.0.0 ; mlx90393
|
||||
pavlodn/HaierProtocol@0.9.24 ; haier
|
||||
pavlodn/HaierProtocol@0.9.25 ; haier
|
||||
; This is using the repository until a new release is published to PlatformIO
|
||||
https://github.com/Sensirion/arduino-gas-index-algorithm.git#3.2.1 ; Sensirion Gas Index Algorithm Arduino Library
|
||||
build_flags =
|
||||
|
|
|
@ -1024,6 +1024,7 @@ climate:
|
|||
name: Haier AC
|
||||
uart_id: uart_12
|
||||
wifi_signal: true
|
||||
answer_timeout: 200ms
|
||||
beeper: true
|
||||
outdoor_temperature:
|
||||
name: Haier AC outdoor temperature
|
||||
|
|
Loading…
Reference in a new issue