Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Errors in new Home assistant version #15

Open
Martinvdm opened this issue Jan 10, 2023 · 0 comments
Open

Errors in new Home assistant version #15

Martinvdm opened this issue Jan 10, 2023 · 0 comments

Comments

@Martinvdm
Copy link

In the newest Hass 2023.1.2 at the boot state is generating below errors:

2023-01-10 20:01:29.368 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'unavailable' when rendering '{% set speedperc = {'Standby': 0, 'Low': 33, 'Medium': 66, 'High': 100} %} {{speedperc [states('sensor.centrale_afzuiging_fanspeed')]}}'
2023-01-10 20:01:29.372 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'unavailable' when rendering '{% set speedperc = {'Standby': 0, 'Low': 33, 'Medium': 66, 'High': 100} %} {{speedperc [states('sensor.centrale_afzuiging_fanspeed')]}}'
2023-01-10 20:01:29.373 ERROR (MainThread) [homeassistant.components.template.fan] Received invalid percentage:  for entity fan.centrale_afzuiging

Perhaps it has something to do with the 'unavailable' state at the boot of hass.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant