From 300fb1a45f8b5af18c3c9fa1d5c13947defe7c4b Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Wed, 21 Dec 2022 01:43:47 +0100 Subject: [PATCH] Added Backups and Country Code --- configuration.yaml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/configuration.yaml b/configuration.yaml index be688c75..59b431e4 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -10,6 +10,8 @@ homeassistant: longitude: !secret home_longitude # Impacts weather/sunrise data (altitude above sea level in meters) elevation: !secret home_elevation + # Country + country: IT # metric for Metric, imperial for Imperial unit_system: metric # Pick yours from here: http://en.wikipedia.org/wiki/List_of_tz_database_time_zones @@ -47,6 +49,9 @@ http: automation: !include automations.yaml automation manual: !include_dir_merge_list automations/ +# Backup +backup: + # Home Assistant Cloud # cloud: -- 2.47.3