esphome/esphome/core
2024-11-13 07:48:03 +13:00
..
__init__.py [code-quality] Apply ruff linting suggestions to core (#7207) 2024-08-07 19:33:41 +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 [code-quality] fix readability-braces-around-statements (#7273) 2024-08-14 14:14:29 +12:00
automation.h [code-quality] fix readability-named-parameter (#7272) 2024-08-14 14:21:19 +12:00
base_automation.h [code-quality] fix readability-braces-around-statements (#7273) 2024-08-14 14:14:29 +12:00
color.cpp Don't mark COLOR_* constants as static in header (#2141) 2021-08-10 09:53:48 +02:00
color.h [code-quality] fix readability-braces-around-statements (#7273) 2024-08-14 14:14:29 +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 [core] Update Entities (#6885) 2024-06-12 09:57:36 +12:00
component_iterator.h [core] Update Entities (#6885) 2024-06-12 09:57:36 +12:00
config.py [config] Ensure user-supplied build flags don't get silently overwritten (#7622) 2024-10-22 11:49:12 +13:00
controller.cpp [core] Update Entities (#6885) 2024-06-12 09:57:36 +12:00
controller.h [core] Update Entities (#6885) 2024-06-12 09:57:36 +12:00
datatypes.h Introduce big- and little-endian integer types (#2997) 2022-01-12 16:50:03 +13:00
defines.h [CI] Fix webserver defines to be present based on platform, not just framework (#7703) 2024-10-31 11:37:54 +13:00
entity_base.cpp Keep Unit of Measurement in Flash. (#4719) 2023-05-10 11:42:55 +12:00
entity_base.h [code-quality] NOLINT readability-identifier-naming (#7220) 2024-08-08 17:02:41 +12:00
entity_helpers.py [code-quality] Organise core imports (#7149) 2024-07-29 14:07:44 +12:00
gpio.h Revert "Add null GPIO pin " (#6621) 2024-08-07 07:29:05 +12:00
hal.h Set ESP32 watchdog to loop task (#2846) 2021-12-02 09:05:42 +13:00
helpers.cpp fix build error (#7694) 2024-10-30 07:53:36 +13:00
helpers.h let make new platform implementation in external components (#7615) 2024-10-29 16:58:36 +13: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 [code-quality] fix readability-named-parameter (#7272) 2024-08-14 14:21:19 +12:00
preferences.h Add Factory Reset button and switch (#3724) 2022-09-12 10:23:46 +12:00
ring_buffer.cpp [core] Ring buffer write functions use const pointer parameter (#7750) 2024-11-13 07:48:03 +13:00
ring_buffer.h [core] Ring buffer write functions use const pointer parameter (#7750) 2024-11-13 07:48:03 +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 [datetime] datetime-datetime strptime support value string without seconds (#6867) 2024-06-08 08:29:10 +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