Fix wrong variable name

This commit is contained in:
2020-05-01 19:36:15 +03:00
parent f97df6267f
commit 7403871bf1

View File

@@ -39,7 +39,7 @@ with_state_indicator:
if (entity.state === 'on') {
color = is_state_indicator_on
? variables.state_on_indicator_on_color
: variables.state_off_indicator_off_color;
: variables.state_on_indicator_off_color;
} else {
color = is_state_indicator_on
? variables.state_indicator_on_color