[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 GitHub
parent 3ab1ee7a04
commit 63e2e2b2a2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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:

View File

@ -928,6 +928,12 @@ lvgl:
angle_range: 360
rotation: !lambda return 2700;
indicators:
- tick_style:
start_value: 0
end_value: 60
color_start: 0x0000bd
color_end: 0xbd0000
width: !lambda return 1;
- line:
opa: 50%
id: minute_hand