1
0
mirror of https://github.com/esphome/esphome.git synced 2025-09-02 03:12:20 +01:00

[lvgl] light schema should require widget: not led: (Bugfix) (#7649)

This commit is contained in:
Clyde Stubbs
2024-10-22 14:03:32 +11:00
committed by GitHub
parent 40cdb778f5
commit 8bb4316956
2 changed files with 5 additions and 5 deletions

View File

@@ -93,7 +93,7 @@ light:
- platform: lvgl
name: LVGL LED
id: lv_light
led: lv_led
widget: lv_led
binary_sensor:
- platform: lvgl