From 498d94a3ecefb88030f59dbe70e15c546f5d13ac Mon Sep 17 00:00:00 2001 From: kaizersoje <54566217+kaizersoje@users.noreply.github.com> Date: Thu, 8 Feb 2024 10:27:09 +1100 Subject: [PATCH] Update mobapp_data_handler.py spelling fixes --- custom_components/icloud3/support/mobapp_data_handler.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/custom_components/icloud3/support/mobapp_data_handler.py b/custom_components/icloud3/support/mobapp_data_handler.py index 731d5e2..644ab6c 100644 --- a/custom_components/icloud3/support/mobapp_data_handler.py +++ b/custom_components/icloud3/support/mobapp_data_handler.py @@ -468,8 +468,8 @@ def get_mobapp_device_trkr_entity_attrs(Device): Device.mobapp_data_invalid_error_cnt += 1 if Device.mobapp_data_invalid_error_cnt == 4: alert_msg =(f"{EVLOG_ALERT}The Mobile App has not reported the gps " - f"location after 4 requests. It may be asleepp, offline " - f"or not available and hould be reviewed." + f"location after 4 requests. It may be asleep, offline " + f"or not available and should be reviewed." f"{CRLF_DOT}{Device.fname_devicename}{RARROW}{entity_id}" f"{more_info('mobapp_device_no_location')}") post_event(alert_msg)