Initial commit (#26383)

This commit is contained in:
David Bonnes 2019-09-04 07:16:31 +01:00 committed by Paulus Schoutsen
parent d5c61be651
commit 4661f2a6df

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()