Hi,
i updated HA from 2202.3 to 2202.4.4. After the update is see the following error in the log:
Invalid config for [template]: [value_template] is an invalid option for [template]. Check: template->sensor->0->value_template. (See /config/configuration.yaml, line 17).
my template configuration looks like
template:
- sensor:
- name: "garagentor_position_invertiert" # Erzeuge Invertierte Gargentor Position
unit_of_measurement: '%'
value_template: "{{ ( 100 - (states('sensor.garagentor_position') | int)) }}"
What have changed and how can i fixed it? I need this template to invert my garage door sensor.
6 posts - 3 participants