how to show how long it will take to charge battery to 100% with this code? what needs to be changed? Thank you
{{ ((((states('sensor.battery_soc') | float - 20) /100) * 15960) / ((states('sensor.load_power') | float + 60 ) | float) * 60 * 60 ) | timestamp_custom('%s', 0)}}"