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

Error 'dict object' has no attribute for disabled sensors #129

Open
ilbagatta opened this issue Mar 13, 2022 · 0 comments
Open

Error 'dict object' has no attribute for disabled sensors #129

ilbagatta opened this issue Mar 13, 2022 · 0 comments

Comments

@ilbagatta
Copy link

ilbagatta commented Mar 13, 2022

Hello,

I initially creted and starded the script with all the sensors configured.
After a day I put "false" for load_1m, load_5m and load_15m and it started to write this warning in the log file.

2022-03-13 00:58:53 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'load_1m' when rendering '{{value_json.load_1m}}'

2022-03-13 00:58:53 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'load_5m' when rendering '{{value_json.load_5m}}'

2022-03-13 00:58:53 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'dict object' has no attribute 'load_15m' when rendering '{{value_json.load_15m}}'

I tried to remove it from config_entity but nothing happens...

What can I do to remove this warning?

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