mirror of
https://github.com/esphome/esphome.git
synced 2026-01-10 12:10:48 -07:00
claude/implement-ha-cards-lvgl-01P4a84LZVfkvp74VAeW6byq
Add HA-style card widgets for LVGL that provide simplified configuration compared to building complex UIs from individual LVGL widgets: - gauge_card: Circular arc gauge with value display - button_card: Button with icon and label - tile_card: Modern tile-style widget - entity_card: Simple entity state display - thermostat_card: Climate control interface Each card is a compound widget that creates and manages internal LVGL objects (arcs, labels, buttons) with sensible defaults and consistent styling, reducing YAML complexity for common UI patterns. Implements feature request from discussion #3404
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
370 MiB
Languages
C++
64.6%
Python
35.1%
C
0.2%
