mirror of
https://github.com/Threnklyn/NSPanel_HA_Blueprint.git
synced 2026-05-31 02:18:28 +02:00
right, left button label
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user