upd: remove unnecessary service calls
This commit is contained in:
@@ -1791,8 +1791,8 @@ action:
|
||||
data:
|
||||
component: home.hotwater_temp
|
||||
message: "{{ states(hotwatertemp) |round(1) }}°"
|
||||
- delay:
|
||||
milliseconds: "{{ delay_value }}"
|
||||
# - delay:
|
||||
# milliseconds: "{{ delay_value }}"
|
||||
# - service: "{{ command_text_printf }}"
|
||||
# data:
|
||||
# component: climate.hotwater_temp
|
||||
@@ -1811,12 +1811,12 @@ action:
|
||||
data:
|
||||
component: home.outdoor_temp
|
||||
message: "{{ states(outdoortemp) |round(0) }}°"
|
||||
- delay:
|
||||
milliseconds: "{{ delay_value }}"
|
||||
- service: "{{ command_text_printf }}"
|
||||
data:
|
||||
component: climate.outdoor_temp
|
||||
message: "{{ states(outdoortemp) |round(0) }}°"
|
||||
# - delay:
|
||||
# milliseconds: "{{ delay_value }}"
|
||||
# - service: "{{ command_text_printf }}"
|
||||
# data:
|
||||
# component: climate.outdoor_temp
|
||||
# message: "{{ states(outdoortemp) |round(0) }}°"
|
||||
|
||||
##### Outdoor Temp Default #####
|
||||
- conditions:
|
||||
@@ -1830,12 +1830,12 @@ action:
|
||||
data:
|
||||
component: home.outdoor_temp
|
||||
message: '{{state_attr(ha_weather,"temperature") | round(0)}}°'
|
||||
- delay:
|
||||
milliseconds: "{{ delay_value }}"
|
||||
- service: "{{ command_text_printf }}"
|
||||
data:
|
||||
component: climate.outdoor_temp
|
||||
message: '{{state_attr(ha_weather,"temperature") | round(0)}}°'
|
||||
# - delay:
|
||||
# milliseconds: "{{ delay_value }}"
|
||||
# - service: "{{ command_text_printf }}"
|
||||
# data:
|
||||
# component: climate.outdoor_temp
|
||||
# message: '{{state_attr(ha_weather,"temperature") | round(0)}}°'
|
||||
|
||||
##### Outdoor TempAccuweather #####
|
||||
- conditions:
|
||||
@@ -1849,12 +1849,12 @@ action:
|
||||
data:
|
||||
component: home.outdoor_temp
|
||||
message: "{{states(accuweather_realfeel_temperature_max_0d) | round(0)}}°"
|
||||
- delay:
|
||||
milliseconds: "{{ delay_value }}"
|
||||
- service: "{{ command_text_printf }}"
|
||||
data:
|
||||
component: climate.outdoor_temp
|
||||
message: "{{states(accuweather_realfeel_temperature_max_0d) | round(0)}}°"
|
||||
# - delay:
|
||||
# milliseconds: "{{ delay_value }}"
|
||||
# - service: "{{ command_text_printf }}"
|
||||
# data:
|
||||
# component: climate.outdoor_temp
|
||||
# message: "{{states(accuweather_realfeel_temperature_max_0d) | round(0)}}°"
|
||||
|
||||
##### Weather Icon Home Page
|
||||
- choose:
|
||||
@@ -4541,6 +4541,12 @@ action:
|
||||
- conditions: '{{ trigger.event.data.new_state.state == page_buttonpage04 }}'
|
||||
sequence:
|
||||
|
||||
|
||||
|
||||
####################### CHANGE ME #################################################
|
||||
|
||||
|
||||
|
||||
|
||||
##### Open Climate Settings #####
|
||||
- conditions:
|
||||
@@ -4554,7 +4560,8 @@ action:
|
||||
- service: "{{ command_printf }}"
|
||||
data:
|
||||
cmd: "page {{ page_climate }}"
|
||||
|
||||
|
||||
|
||||
|
||||
#############################################################
|
||||
##### CLOSE - Action #####
|
||||
|
||||
Reference in New Issue
Block a user