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
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?
The text was updated successfully, but these errors were encountered:
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.
I tried to remove it from config_entity but nothing happens...
What can I do to remove this warning?
The text was updated successfully, but these errors were encountered: