mirror of
https://github.com/esphome/esphome.git
synced 2026-02-18 15:35:59 -07:00
f8e0ce7c6caf49a66cb8be5a3423b568c2418c52
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
361 MiB
Languages
C++
64.2%
Python
35.5%
C
0.2%
