indoor outdoor temp
This commit is contained in:
@@ -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 }}"
|
||||
|
||||
Reference in New Issue
Block a user