indoor outdoor temp

This commit is contained in:
Blackymas
2023-01-09 11:07:34 +01:00
parent bacfe4bec9
commit b018c22922
2 changed files with 8 additions and 8 deletions

View File

@@ -2534,7 +2534,8 @@ action:
##### NSPanel boot init Date #####
- delay:
milliseconds: "{{ delay_value }}"
milliseconds: 900
# milliseconds: "{{ delay_value }}"
- service: "{{ command_text_printf }}"
data:
component: home.date
@@ -2802,7 +2803,6 @@ action:
{%- if outdoortemp is match "sensor." and states(outdoortemp).state != "unavailable" -%} {{ states(outdoortemp) |round(0) }}
{%- elif weather == "Default" and state_attr(ha_weather, "temperature") != None -%} {{state_attr(ha_weather,"temperature") | round(0)}}
{%- elif weather == "AccuWeather" and state_attr(accuweather_value, "temperature") != None -%} {{state_attr(accuweather_value,"temperature") | round(0)}}
{%- else -%} sensor.nspanel_dev_temperature
{%- endif -%}
- delay:
milliseconds: "{{ delay_value }}"