Initial commit (#26383)
This commit is contained in:
parent
d5c61be651
commit
4661f2a6df
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ class EvoDevice(Entity):
|
|||
switchpoint = day["Switchpoints"][idx]
|
||||
|
||||
dt_naive = datetime.strptime(
|
||||
"{}T{}".format(sp_date, switchpoint["TimeOfDay"]), "%Y-%m-%dT%H:%M:%S"
|
||||
f"{sp_date}T{switchpoint['TimeOfDay']}", "%Y-%m-%dT%H:%M:%S"
|
||||
)
|
||||
|
||||
spt["from"] = _local_dt_to_utc(dt_naive).isoformat()
|
||||
|
|
Loading…
Add table
Reference in a new issue