mirror of
https://github.com/home-assistant/home-assistant.io.git
synced 2025-05-29 06:16:49 +00:00
Remove forecast from weather template (#32298)
This commit is contained in:
parent
9da8b0a83c
commit
4deb445cd3
@ -34,7 +34,7 @@ weather:
|
||||
temperature_template: "{{ states('sensor.temperature') | float }}"
|
||||
temperature_unit: "°C"
|
||||
humidity_template: "{{ states('sensor.humidity') | float }}"
|
||||
forecast_daily_template: "{{ state_attr('weather.my_region', 'forecast') }}"
|
||||
forecast_daily_template: "{{ state_attr('weather.my_region', 'forecast_data') }}"
|
||||
```
|
||||
|
||||
{% endraw %}
|
||||
@ -116,10 +116,6 @@ visibility_unit:
|
||||
description: Unit for visibility_template output. Valid options are km, mi, ft, m, cm, mm, in, yd.
|
||||
required: false
|
||||
type: string
|
||||
forecast_template:
|
||||
description: Forecast data.
|
||||
required: false
|
||||
type: template
|
||||
forecast_daily_template:
|
||||
description: Daily forecast data.
|
||||
required: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user