Initial commit (#26383)

This commit is contained in:
David Bonnes
2019-09-03 23:16:31 -07:00
committed by Paulus Schoutsen
parent d5c61be651
commit 4661f2a6df
+1 -1
View File
@@ -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()