Skip to content

Commit a163e7b

Browse files
authored
Fix http_request media sources (#513)
* http_request retries fetching headers if timed out and fixes http media source getting in stuck state * update commit that uses an int64 temporary to properly validate EAGAIN code * Don't fail on intermitten http reads timing out, only do so after a larger threshold
1 parent 8ca6ba1 commit a163e7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

home-assistant-voice.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1702,7 +1702,7 @@ external_components:
17021702
# https://github.com/esphome/esphome/pull/12429
17031703
type: git
17041704
url: https://github.com/esphome/esphome
1705-
ref: 627572d9aa0c372f4ca8adcbdaf68c1c2e65b84c
1705+
ref: f5c1a8111df78e32d07d7a7bb800018808cdc0e7
17061706
refresh: 0s
17071707
components: [file, http_request, media_source, speaker_source]
17081708

0 commit comments

Comments
 (0)