1
0
mirror of https://github.com/esphome/esphome.git synced 2025-01-18 20:10:55 +00:00

[lvgl] remove default state (#8038)

This commit is contained in:
Clyde Stubbs 2025-01-13 05:40:50 +11:00 committed by GitHub
parent 4d7c6b28e1
commit 4530e4d60f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -215,7 +215,7 @@ LV_LONG_MODES = LvConstant(
)
STATES = (
"default",
# default state not included here
"checked",
"focused",
"focus_key",