Edit esp-bedside-panel.yaml
This commit is contained in:
@@ -589,7 +589,8 @@ binary_sensor:
|
|||||||
|
|
||||||
- lvgl.label.update:
|
- lvgl.label.update:
|
||||||
id: clock_status_label
|
id: clock_status_label
|
||||||
text: !lambda return x ? "Quiet Time active" : "";
|
text: !lambda |-
|
||||||
|
return x ? "Quiet Time active" : "";
|
||||||
|
|
||||||
#:########################################################################################:#
|
#:########################################################################################:#
|
||||||
# INTERVAL:
|
# INTERVAL:
|
||||||
|
|||||||
Reference in New Issue
Block a user