J. Nick Koston c062c1ddbd [lvgl] Hoist lazy_once import, document thread-safety
Addresses two stylistic notes on the PR:

- Move `from ..helpers import lazy_once` to module scope in
  widgets/__init__.py. helpers.py only depends on esphome and
  esphome.const, so there's no circular-import risk that would justify
  the function-local import. Keep the `from ..schemas import
  base_update_schema` deferred because schemas.py imports WidgetType
  from this module.
- Document that lazy_once is single-threaded and retries build() on
  exception (no negative-cache), so future callers know the contract
  if the helper migrates to esphome/core/helpers.py.
2026-05-16 17:00:22 -07:00
2023-06-12 17:00:34 +12:00
2022-09-06 15:48:01 +12:00
2024-03-28 10:20:51 +13:00
2025-12-08 14:37:45 -05:00
2026-05-14 12:33:43 +12:00
S
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 546 MiB
Languages
C++ 60.1%
Python 39.3%
C 0.3%
JavaScript 0.2%