mirror of
https://github.com/esphome/esphome.git
synced 2026-09-15 17:18:40 +00:00
a90d840c26f38b6916974cf61c7b407b814be06d
- has_remote_file_changed now accepts a `timeout` argument and passes it to requests.head; download_content forwards its own timeout in. Without this, callers couldn't actually control the end-to-end timeout -- the GET respected it but the conditional HEAD didn't. - Replace the (path, url) -> (url, path) lambda inside ex.map with a named local helper that unpacks the tuple. Easier to read; the awkward (item[1], item[0]) indexing was a maintenance hazard.
Description
ESPHome is a system to control your ESP8266/ESP32 by simple yet powerful configuration files and control them remotely through Home Automation systems.
Readme
Multiple Licenses
597 MiB
Languages
C++
55.8%
Python
43.6%
C
0.3%
JavaScript
0.2%
