fix grammar

This commit is contained in:
Antonio J. Delgado 2023-03-20 22:24:21 +02:00
parent 0a69def281
commit 6bd4a65d67

View file

@ -239,7 +239,7 @@ if [ -n "${ntfy_server}" ]; then
fi
fi
message "Sending Home Assistant event ..."
message "Sending event to Home Assistant ..."
result=$(curl -s -X POST -H "Authorization: Bearer ${ha_token}" -H "Content-Type: application/json" "${ha_url}/api/events/motion_event" -d "${data}")
return_code=$?
if [ $return_code != 0 ]; then