1
0
mirror of https://github.com/esphome/esphome.git synced 2025-11-01 15:41:52 +00:00

[lvgl]: fix missing await keyword in meter tick_style width processing (#9538)

This commit is contained in:
Vladimir Kuznetsov
2025-07-16 10:05:19 +03:00
committed by Jesse Hills
parent 5707389faa
commit cd987feb5b
2 changed files with 7 additions and 1 deletions

View File

@@ -264,7 +264,7 @@ class MeterType(WidgetType):
color_start,
color_end,
v[CONF_LOCAL],
size.process(v[CONF_WIDTH]),
await size.process(v[CONF_WIDTH]),
),
)
if t == CONF_IMAGE: