Weird Warning in Log - any ideas?

Getting this:

Logger: homeassistant.helpers.template
Source: helpers/template.py:536
First occurred: 14:38:55 (83 occurrences)
Last logged: 14:39:11

Template variable warning: 'homeassistant.helpers.template.TemplateState object' has no attribute 'attriblast_backup' when rendering '{{states.sensor.samba_backup.attriblast_backup}}'
Template variable warning: 'homeassistant.helpers.template.TemplateState object' has no attribute 'attribulast_backup' when rendering '{{states.sensor.samba_backup.attribulast_backup}}'
Template variable warning: 'homeassistant.helpers.template.TemplateState object' has no attribute 'attributlast_backup' when rendering '{{states.sensor.samba_backup.attributlast_backup}}'
Template variable warning: 'homeassistant.helpers.template.TemplateState object' has no attribute 'attributelast_backup' when rendering '{{states.sensor.samba_backup.attributelast_backup}}'
Template variable warning: 'homeassistant.helpers.template.TemplateState object' has no attribute 'attributeslast_backup' when rendering '{{states.sensor.samba_backup.attributeslast_backup}}'

I do use {{states.sensor.samba_backup.attributes.last_backup}} in a dashboard card but have no idea why the above warnings are generated.

Thanks

do a search in your config for each of those strings ( ie {{states.sensor.samba_backup.attriblast_backup}}, etc) and remove them.

it looks like a few trial and error paste attempts somewhere.

Thanks but I have no idea how to do that.

The full log has even more random string building!

2022-11-05 16:43:19.162 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'state' when rendering '{{states.sensor.samba_backup.state}}'
2022-11-05 16:43:19.168 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'stat' when rendering '{{states.sensor.samba_backup.stat}}'
2022-11-05 16:43:19.174 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'sta' when rendering '{{states.sensor.samba_backup.sta}}'
2022-11-05 16:43:19.180 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'st' when rendering '{{states.sensor.samba_backup.st}}'
2022-11-05 16:43:19.186 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 's' when rendering '{{states.sensor.samba_backup.s}}'
2022-11-05 16:43:19.192 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'l' when rendering '{{states.sensor.samba_backup.l}}'
2022-11-05 16:43:19.197 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'la' when rendering '{{states.sensor.samba_backup.la}}'
2022-11-05 16:43:19.203 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'las' when rendering '{{states.sensor.samba_backup.las}}'
2022-11-05 16:43:19.209 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'last' when rendering '{{states.sensor.samba_backup.last}}'
2022-11-05 16:43:19.214 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'last_' when rendering '{{states.sensor.samba_backup.last_}}'
2022-11-05 16:43:19.220 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'last_b' when rendering '{{states.sensor.samba_backup.last_b}}'
2022-11-05 16:43:19.225 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'last_ba' when rendering '{{states.sensor.samba_backup.last_ba}}'
2022-11-05 16:43:19.231 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'last_bac' when rendering '{{states.sensor.samba_backup.last_bac}}'
2022-11-05 16:43:19.237 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'last_back' when rendering '{{states.sensor.samba_backup.last_back}}'
2022-11-05 16:43:19.243 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'last_backu' when rendering '{{states.sensor.samba_backup.last_backu}}'
2022-11-05 16:43:19.248 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'last_backup' when rendering '{{states.sensor.samba_backup.last_backup}}'
2022-11-05 16:43:19.253 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'alast_backup' when rendering '{{states.sensor.samba_backup.alast_backup}}'
2022-11-05 16:43:19.259 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'atlast_backup' when rendering '{{states.sensor.samba_backup.atlast_backup}}'
2022-11-05 16:43:19.264 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'attlast_backup' when rendering '{{states.sensor.samba_backup.attlast_backup}}'
2022-11-05 16:43:19.270 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'attrlast_backup' when rendering '{{states.sensor.samba_backup.attrlast_backup}}'
2022-11-05 16:43:19.276 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'attrilast_backup' when rendering '{{states.sensor.samba_backup.attrilast_backup}}'
2022-11-05 16:43:19.281 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'attriblast_backup' when rendering '{{states.sensor.samba_backup.attriblast_backup}}'
2022-11-05 16:43:19.287 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'attribulast_backup' when rendering '{{states.sensor.samba_backup.attribulast_backup}}'
2022-11-05 16:43:19.293 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'attributlast_backup' when rendering '{{states.sensor.samba_backup.attributlast_backup}}'
2022-11-05 16:43:19.298 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'attributelast_backup' when rendering '{{states.sensor.samba_backup.attributelast_backup}}'
2022-11-05 16:43:19.309 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'attributeslast_backup' when rendering '{{states.sensor.samba_backup.attributeslast_backup}}'
2022-11-05 16:43:19.332 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'state' when rendering '{{states.select.grid_import_octopus_go.state}}'
2022-11-05 16:43:19.338 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'None' has no attribute 'state' when rendering '{{states.counter.days60.state}}'
2022-11-05 16:43:19.344 WARNING (MainThread) [homeassistant.helpers.template] Template variable warning: 'backups_remote' is undefined when rendering '{{backups_remote}}'

See here: home-assistant.log behaves like a keylogger · Issue #70259 · home-assistant/core · GitHub

Which core version are you running?

Thank you - nice to know I’m not alone!

Currently running 2022.10.5 but just noticed there is an update

Just updated to 2022.11.1

No change

Logger: homeassistant.helpers.template
Source: helpers/template.py:536
First occurred: 17:23:11 (58 occurrences)
Last logged: 17:23:11

Template variable warning: 'None' has no attribute 'attriblast_backup' when rendering '{{states.sensor.samba_backup.attriblast_backup}}'
Template variable warning: 'None' has no attribute 'attribulast_backup' when rendering '{{states.sensor.samba_backup.attribulast_backup}}'
Template variable warning: 'None' has no attribute 'attributlast_backup' when rendering '{{states.sensor.samba_backup.attributlast_backup}}'
Template variable warning: 'None' has no attribute 'attributelast_backup' when rendering '{{states.sensor.samba_backup.attributelast_backup}}'
Template variable warning: 'None' has no attribute 'attributeslast_backup' when rendering '{{states.sensor.samba_backup.attributeslast_backup}}'

Don’t know if it helps anyone but I often use templates in the template-entity-row HACS front end ‘addon’ The UI updates as I type so you can see when the template is correct. the git issue mentioned Dev tools template and Markdown card but nothing about template entity rows in entities cards