rdy climate

This commit is contained in:
Blackymas
2022-11-09 22:26:32 +01:00
parent 6193ea467d
commit 2c01d997e1
2 changed files with 37 additions and 37 deletions

View File

@@ -1745,7 +1745,7 @@ action:
milliseconds: "{{ delay_value }}"
- service: "{{ command_text_printf }}"
data:
component: thermostat.hotwater_temp
component: climate.hotwater_temp
message: "{{ states(hotwatertemp) |round(1) }}°"
##### NSPanel boot init - Outdoor Temp #####
@@ -1765,7 +1765,7 @@ action:
milliseconds: "{{ delay_value }}"
- service: "{{ command_text_printf }}"
data:
component: thermostat.outdoor_temp
component: climate.outdoor_temp
message: "{{ states(outdoortemp) |round(0) }}°"
##### Outdoor Temp Default #####
@@ -1784,7 +1784,7 @@ action:
milliseconds: "{{ delay_value }}"
- service: "{{ command_text_printf }}"
data:
component: thermostat.outdoor_temp
component: climate.outdoor_temp
message: '{{state_attr(ha_weather,"temperature") | round(0)}}°'
##### Outdoor TempAccuweather #####
@@ -1803,7 +1803,7 @@ action:
milliseconds: "{{ delay_value }}"
- service: "{{ command_text_printf }}"
data:
component: thermostat.outdoor_temp
component: climate.outdoor_temp
message: "{{states(accuweather_realfeel_temperature_max_0d) | round(0)}}°"
##### Weather Icon Home Page
@@ -1841,7 +1841,7 @@ action:
milliseconds: "{{ delay_value }}"
- service: "{{ command_printf }}"
data:
cmd: home.fc_weather.pic={{ weather_pic }}
cmd: home.weather.pic={{ weather_pic }}
##### Weather PIC - ACCUWEATHER #####
- conditions:
@@ -1876,7 +1876,7 @@ action:
milliseconds: "{{ delay_value }}"
- service: "{{ command_printf }}"
data:
cmd: home.fc_weather.pic={{ weather_pic }}
cmd: home.weather.pic={{ weather_pic }}
##### NSPanel boot init - Left Button Name #####
- if:
@@ -2876,7 +2876,7 @@ action:
milliseconds: "{{ delay_value }}"
- service: "{{ command_text_printf }}"
data:
component: thermostat.hotwater_temp
component: climate.hotwater_temp
message: "{{ states(hotwatertemp) |round(1) }}°"
- delay:
milliseconds: "{{ delay_value }}"
@@ -2899,7 +2899,7 @@ action:
milliseconds: "{{ delay_value }}"
- service: "{{ command_text_printf }}"
data:
component: thermostat.outdoor_temp
component: climate.outdoor_temp
message: "{{ states(outdoortemp) |round(0) }}°"
@@ -2922,7 +2922,7 @@ action:
milliseconds: "{{ delay_value }}"
- service: "{{ command_text_printf }}"
data:
component: thermostat.outdoor_temp
component: climate.outdoor_temp
message: '{{state_attr(ha_weather,"temperature") | round(0)}}°'
##### Outdoor Temp Accuweather #####
@@ -2938,7 +2938,7 @@ action:
milliseconds: "{{ delay_value }}"
- service: "{{ command_text_printf }}"
data:
component: thermostat.outdoor_temp
component: climate.outdoor_temp
message: "{{states(accuweather_realfeel_temperature_max_0d) | round(0)}}°"