HI, I need some help…
Getting an error for this template:
binary_sensor:
led:
icon_template: radiobox-blank
value_template: >-
{% if is_state('switch.tuin_klep_ingang_leidingwater', 'on') %}
on
{% else %}
off
{% endif %}
The error:
Error validating template result 'radiobox-blank' from template 'Template("radiobox-blank")' for attribute '_icon' in entity binary_sensor.led validation message 'contains non-whitespace: radiobox-blank'
Why is that?