right, left button label

This commit is contained in:
Blackymas
2022-11-07 22:58:40 +01:00
parent 8adbc6d420
commit 185647f8c8

View File

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