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.
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