mirror of
https://github.com/GeorgeSG/sarah.git
synced 2026-09-07 02:18:43 +00:00
Fix wrong variable name
This commit is contained in:
@@ -39,7 +39,7 @@ with_state_indicator:
|
|||||||
if (entity.state === 'on') {
|
if (entity.state === 'on') {
|
||||||
color = is_state_indicator_on
|
color = is_state_indicator_on
|
||||||
? variables.state_on_indicator_on_color
|
? variables.state_on_indicator_on_color
|
||||||
: variables.state_off_indicator_off_color;
|
: variables.state_on_indicator_off_color;
|
||||||
} else {
|
} else {
|
||||||
color = is_state_indicator_on
|
color = is_state_indicator_on
|
||||||
? variables.state_indicator_on_color
|
? variables.state_indicator_on_color
|
||||||
|
|||||||
Reference in New Issue
Block a user