-
Notifications
You must be signed in to change notification settings - Fork 49
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
template warnings under 2021.4.x #32
Comments
@jonwaland That fix seems like it wouldn't be what you want. That fix says if
|
yup - my mistake - I meant it to be a qualifier for the check - but put it outside. thanks. So how to get this added to the actual package for others? |
It's up to @notoriousbdg. Do you want a PR or do you want to just make the fix. |
pull request #33 fixes the warnings for me in Home Assistant 2021.11.3 - thanks! |
2021-04-09 13:17:00 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'mappingproxy object' has no attribute 'icon' when rendering '{%- for item in states.sensor if (.....
Warning is created in the
update_battery_status_group_members
automationThe text was updated successfully, but these errors were encountered: