Hi, I’ve been having these warnings for some time (attached below), I would like to be able to eliminate them, but I can’t figure out how to do it… can someone kindly give me a hand? thank you in advance.
at some point (more recently than not if you are new to HA) you added a template to your configuration that referenced the “sensor.home_assistant_v2_db”. You need to find where that template is located and either - 1. fix the template or 2. post the template here so someone can help you fix it.
make sure you properly format the code using backticks ``` on the line before and after the code block that you post.
If you are new at HA templating I would strongly suggest reading this page. It tells you all sorts of helpful things and links to the relevant Jinja doc as well to learn the basics.
ok, I made the changes you suggested, and indeed it seems to me that there are merro warnings, but now I have this repeating several times:
‘Forced update failed. Entity sensor.home_assistant_v2_db not found.’
Indeed I have only this entity : sensor.home_assistant_v2_db_size
How is it possible!!!
I don’t understand how you’re even remotely exasperated with this. Change the entity_id in the template sensor to match the sensor you have, that should be pretty obvious without anyone having to tell you that.