You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Logger: homeassistant.helpers.sensor
Source: helpers/trigger_template_entity.py:204
First occurred: 11:45:00 AM (1 occurrences)
Last logged: 11:45:00 AM
Error rendering state template for sensor.eink_sensors: UndefinedError: 'dict object' has no attribute 'precipitation_probability'
With:
Core 2024.12.5 Supervisor 2024.12.0 Operating System 14.1 Frontend 20241127.8
This following line in eink_dashboard_sensor.yaml
{{ hourly['weather.forecast_home'].forecast[0].precipitation_probability | round }}%
triggers the following error in the system log
Changing it to the following fixes the error:
{{ hourly['weather.forecast_home'].forecast[0].precipitation | round }}%
I am using Meteorologisk institutt (Met.no)
Thanks for this project.
The text was updated successfully, but these errors were encountered: