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 }}"