From 185647f8c823c210567e0e588b29d4c4367c0b09 Mon Sep 17 00:00:00 2001 From: Blackymas Date: Mon, 7 Nov 2022 22:58:40 +0100 Subject: [PATCH] right, left button label --- blueprint.yaml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/blueprint.yaml b/blueprint.yaml index 4f395ef..00b50c7 100644 --- a/blueprint.yaml +++ b/blueprint.yaml @@ -1879,6 +1879,22 @@ action: data: cmd: home.a05.pic={{ weather_pic }} + ##### NSPanel boot init - Left Button ##### + - delay: + milliseconds: "{{ delay_value }}" + - service: "{{ command_text_printf }}" + data: + component: home.left_button + message: "{{ left_button_name }}" + + ##### NSPanel boot init - Left Button ##### + - delay: + milliseconds: "{{ delay_value }}" + - service: "{{ command_text_printf }}" + data: + component: home.right_button + message: "{{ right_button_name }}" + ##### NSPanel boot init finished ##### - delay: milliseconds: "{{ delay_value }}"