From 001ad72d511e06aae65ea29f398d57a2f60f3c19 Mon Sep 17 00:00:00 2001 From: "Dr. Drinovac" <52541649+RobertD502@users.noreply.github.com> Date: Thu, 17 Aug 2023 12:38:05 -0400 Subject: [PATCH] add timezone_error --- custom_components/petkit/strings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/custom_components/petkit/strings.json b/custom_components/petkit/strings.json index e1babcf..60dab3f 100644 --- a/custom_components/petkit/strings.json +++ b/custom_components/petkit/strings.json @@ -26,7 +26,8 @@ "no_devices": "No devices found on account", "server_busy": "PetKit servers are busy. Please try again later.", "petkit_error": "Unknown error encountered. Please see Home Assistant logs for more details.", - "region_error": "Please select the country associated with your account." + "region_error": "Please select the country associated with your account.", + "timezone_error": "A timezone could not be found. If you are running Home Assistant as a standalone Docker container, you must define the TZ environmental variable." }, "abort": { "already_configured": "PetKit account is already configured",