Logger: homeassistant.config
Source: config.py:352
First occurred: 9:29:44 AM (9 occurrences)
Last logged: 10:03:08 AM
Invalid config for 'template' at configuration.yaml, line 59: required key 'condition_template' not provided Invalid config for 'template' at configuration.yaml, line 59: required key 'humidity_template' not provided Invalid config for 'template' at configuration.yaml, line 59: required key 'temperature_template' not provided Invalid config for 'template' at configuration.yaml, line 60: 'condition' is an invalid option for 'template', check: weather->0->condition Invalid config for 'template' at configuration.yaml, line 75: 'forecast_daily' is an invalid option for 'template', check: weather->0->forecast_daily
Invalid config for 'template' at configuration.yaml, line 79: 'forecast_daily' is an invalid option for 'template', check: weather->0->forecast_daily
Invalid config for 'template' at configuration.yaml, line 59: required key 'humidity_template' not provided Invalid config for 'template' at configuration.yaml, line 59: required key 'temperature_template' not provided Invalid config for 'template' at configuration.yaml, line 79: 'forecast_daily' is an invalid option for 'template', check: weather->0->forecast_daily
Invalid config for 'template' at configuration.yaml, line 70: 'forecast_daily' is an invalid option for 'template', check: weather->0->forecast_daily
Invalid config for 'template' at configuration.yaml, line 59: required key 'condition_template' not provided Invalid config for 'template' at configuration.yaml, line 59: required key 'humidity_template' not provided Invalid config for 'template' at configuration.yaml, line 59: required key 'temperature_template' not provided Invalid config for 'template' at configuration.yaml, line 61: 'condition_template' is an invalid option for 'template', check: condition_template Invalid config for 'template' at configuration.yaml, line 67: 'temperature_template' is an invalid option for 'template', check: temperature_template Invalid config for 'template' at configuration.yaml, line 68: 'humidity_template' is an invalid option for 'template', check: humidity_template Invalid config for 'template' at configuration.yaml, line 71: 'forecast_daily_template' is an invalid option for 'template', check: forecast_daily_template
Does your weather entity actually have a forecast state attribute?
If it doesn’t then you will need to use a trigger-based Template Weather that calls the weather.get_forecasts action, as shown in the docs. If you search this forum for that action, you will find numerous examples.