entity_id:
- sensor.charger_energy_session
to: "{{ states('input_number.input_number.car_charger_kwh_selector') | int }}"
The above isnt triggering when charger_energy_session becomes the same value as the input_number.
The input number has no decimals but the other one has a lot of decimals, around 10 behind the comma.
Maybe thats ehat causing the trigger not to fire?
Or is something else wrong?