Improvements to the fix for #152
This commit is contained in:
@ -836,6 +836,13 @@ template:
|
||||
state: >-
|
||||
{% set forecast = state_attr('weather.iron_nerd_weather_station','forecast')[0] %}
|
||||
{{ forecast.temperature }}
|
||||
- name: "Tomorrow's High Temp"
|
||||
unique_id: b9dfc26a-d557-46b4-a6eb-a215c7bbe494
|
||||
unit_of_measurement: '°F'
|
||||
device_class: temperature
|
||||
state: >-
|
||||
{% set forecast = state_attr('weather.iron_nerd_weather_station','forecast')[2] %}
|
||||
{{ forecast.temperature }}
|
||||
- name: "Tonight's Low Temp"
|
||||
unique_id: 8ddc55b6-4728-4897-a32f-90be970f744b
|
||||
unit_of_measurement: '°F'
|
||||
@ -1143,6 +1150,14 @@ input_number:
|
||||
unit_of_measurement: °F
|
||||
icon: mdi:thermometer
|
||||
mode: box
|
||||
tomorrow_corrected_high_temp:
|
||||
name: Tomorrow Corrected High Temp
|
||||
min: -150
|
||||
max: 100
|
||||
step: 1
|
||||
unit_of_measurement: °F
|
||||
icon: mdi:thermometer
|
||||
mode: box
|
||||
|
||||
input_boolean:
|
||||
freeze_warning:
|
||||
|
Reference in New Issue
Block a user