`value_template:
- platform: template
sensors:
daily_forecast:
friendly_name: Daily Forecast
state: >
{{ states('weather.thermoking')[0].attributes.forecast[0].temperature }}°{{ states('weather.thermoking')[0].attributes.forecast[0].unit }}
attributes:
condition: "{{ states('weather.thermoking')[0].attributes.forecast[1].condition }}"
precipitation_probability: "{{ states('weather.thermoking')[0].attributes.forecast[0].precipitation }}"
wind_speed: "{{ states('weather.thermoking')[0].attributes.forecast[1].wind_speed }}"
humidity: "{{ states('weather.thermoking')[0].attributes.forecast[1].humidity }}"
description: "{{ states('weather.thermoking')[0].attributes.forecast[1].condition }}"`