esphome/esphome/core
Olivier ARCHER 8ef4aaa70e
[ota] http_request update platform (#5586)
Co-authored-by: Keith Burzinski <kbx81x@gmail.com>
Co-authored-by: Jesse Hills <3060199+jesserockz@users.noreply.github.com>
Co-authored-by: Edward Firmo <94725493+edwardtfn@users.noreply.github.com>
2024-06-06 14:35:28 +12:00
..
__init__.py [core] Ensure that a generated ID name is distinct from its type. (#6706) 2024-05-09 15:08:30 +12:00
application.cpp If the loop() took more than the required time, don't delay further (#6496) 2024-04-08 19:56:08 +12:00
application.h Add a function to return the loop_interval (#6666) 2024-05-02 12:39:15 +12:00
automation.h Tiny fix in automation.h - unused return value removed (#6760) 2024-05-21 10:54:38 +12:00
base_automation.h Fix project version longer than 30 characters breaking compilation (#6535) 2024-04-15 12:02:19 +12:00
color.cpp Don't mark COLOR_* constants as static in header (#2141) 2021-08-10 09:53:48 +02:00
color.h [core] Rename ALWAYS_INLINE to ESPHOME_ALWAYS_INLINE (#6636) 2024-05-06 07:52:47 +12:00
component.cpp [core] Const-ify some Component fields (#6831) 2024-05-30 02:59:15 -05:00
component.h [core] Const-ify some Component fields (#6831) 2024-05-30 02:59:15 -05:00
component_iterator.cpp Add datetime entities (#6513) 2024-04-26 09:19:54 +12:00
component_iterator.h Add datetime entities (#6513) 2024-04-26 09:19:54 +12:00
config.py Fix ESPHOME_PROJECT_VERSION_30 (#6731) 2024-05-14 09:42:53 +12:00
controller.cpp Add datetime entities (#6513) 2024-04-26 09:19:54 +12:00
controller.h Add datetime entities (#6513) 2024-04-26 09:19:54 +12:00
datatypes.h Introduce big- and little-endian integer types (#2997) 2022-01-12 16:50:03 +13:00
defines.h [ota] http_request update platform (#5586) 2024-06-06 14:35:28 +12:00
entity_base.cpp Keep Unit of Measurement in Flash. (#4719) 2023-05-10 11:42:55 +12:00
entity_base.h Keep Unit of Measurement in Flash. (#4719) 2023-05-10 11:42:55 +12:00
entity_helpers.py Deprecate virtual methods to set entity properties (#3021) 2022-01-10 13:32:39 +01:00
gpio.h Add null GPIO pin (#6611) 2024-04-24 08:49:14 +12:00
hal.h Set ESP32 watchdog to loop task (#2846) 2021-12-02 09:05:42 +13:00
helpers.cpp [helpers] Move Base64 string to cpp (#6819) 2024-05-28 08:19:22 +12:00
helpers.h [helpers] Move Base64 string to cpp (#6819) 2024-05-28 08:19:22 +12:00
log.cpp ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
log.h Support for LibreTiny platform (RTL8710, BK7231 & other modules) (#3509) 2023-09-05 10:16:08 +12:00
macros.h Fix typo (#4515) 2023-03-05 23:02:36 +00:00
optional.h Split files in light component (#1893) 2021-06-14 18:01:56 +02:00
preferences.h Add Factory Reset button and switch (#3724) 2022-09-12 10:23:46 +12:00
ring_buffer.cpp Fix some Voice Assistant bugs (#6121) 2024-01-20 03:38:37 +13:00
ring_buffer.h Fix some Voice Assistant bugs (#6121) 2024-01-20 03:38:37 +13:00
scheduler.cpp Make scheduler debuging work with idf >= 5 (#5052) 2023-07-05 22:05:27 +12:00
scheduler.h Lock scheduler items while modifying them (#4410) 2023-02-26 18:43:08 +00:00
string_ref.cpp `EntityBase` Name can stay in flash. (#4594) 2023-03-28 06:38:56 +00:00
string_ref.h Fixes for Arduino 2.7.4 (for FastLED) (#4777) 2023-05-04 10:13:30 +12:00
time.cpp Add datetime entities (#6513) 2024-04-26 09:19:54 +12:00
time.h Add datetime entities (#6513) 2024-04-26 09:19:54 +12:00
util.cpp ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
util.h ESP-IDF support and generic target platforms (#2303) 2021-09-20 11:47:51 +02:00
version.h Add ESPHOME_VERSION_CODE define (#2324) 2021-09-20 20:16:59 +12:00