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