Hello. I am new here, and to Home Assistant. I’ve spent the day trying and searching (and asking AI for help), but to no avail.
I’d like to use Home Assistant to set a timed charge into Slot 1.
However, despite the fact that my automation code should set the start and end charge times, this isn’t working. So I’m doing something wrong.
- target:
entity_id: select.givtcp_ab1234c567_charge_start_time_slot_1
data:
option: >
{{ (states('input_datetime.power_up_start_time') |
as_datetime).strftime('%H:%M:%S') }}
action: select.select_option
Can anyone tell me, please, how the automation can set a charge start and end time, please? Or point me to the right documentation?
THanks in advance for any guidance!