From 4f1fa4170e7eb1c52c7a804df882cce159bf800d Mon Sep 17 00:00:00 2001 From: ewilly Date: Thu, 22 Dec 2022 10:02:08 +0100 Subject: [PATCH] Fix configuration time_zone --- conf/homeassistant_conf_files/configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/homeassistant_conf_files/configuration.yaml b/conf/homeassistant_conf_files/configuration.yaml index 977927f..6cc3b5a 100644 --- a/conf/homeassistant_conf_files/configuration.yaml +++ b/conf/homeassistant_conf_files/configuration.yaml @@ -6,7 +6,7 @@ homeassistant: unit_system: __UNIT_SYSTEM__ currency: __CURRENCY__ country: __COUNTRY__ - time_zone: __TIME_ZONE__ + time_zone: "__TIME_ZONE__" external_url: "https://__DOMAIN__" auth_providers: - type: command_line