mirror of
https://github.com/home-assistant/core.git
synced 2026-09-09 02:35:38 -05:00
Initial commit (#26383)
This commit is contained in:
committed by
Paulus Schoutsen
parent
d5c61be651
commit
4661f2a6df
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user