Fix missing f-string in async_track_utc_time_change (#92916)

pull/92973/head
J. Nick Koston 2023-05-11 15:37:15 +09:00 committed by GitHub
parent 2ea21e9c2a
commit 3c8659d5d7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1603,7 +1603,7 @@ def async_track_utc_time_change(
pattern_time_change_listener_job = HassJob(
pattern_time_change_listener,
"time change listener {hour}:{minute}:{second} {action}",
f"time change listener {hour}:{minute}:{second} {action}",
)
time_listener = async_track_point_in_utc_time(
hass, pattern_time_change_listener_job, calculate_next(dt_util.utcnow())