Fix variable name hotwater_pic_on -> hotw_bt_on
Trying to avoid merging conflict with #538
This commit is contained in:
@@ -2489,7 +2489,7 @@ variables:
|
||||
# light_pic_off: "96"
|
||||
# light_pic_on: "97"
|
||||
# # hotwater_pic_off: "60"
|
||||
hotwater_pic_on: "61" # This still in use
|
||||
# hotwater_pic_on: "61"
|
||||
# flame_pic_on: "57"
|
||||
# # flame_pic_off: "60"
|
||||
# top_menu_blank: "60"
|
||||
@@ -8503,7 +8503,7 @@ action:
|
||||
milliseconds: "{{ delay_value }}"
|
||||
- service: "{{ command_printf }}"
|
||||
data:
|
||||
cmd: home.hotwater_pic.pic={{ hotwater_pic_on }}
|
||||
cmd: home.hotwater_pic.pic={{ hotw_bt_on }}
|
||||
|
||||
#### TFT Upload Automation #####
|
||||
- conditions:
|
||||
|
||||
Reference in New Issue
Block a user