From 434084842e4da521f1089d91696cc6d043140a63 Mon Sep 17 00:00:00 2001 From: Bearded Tinker Date: Fri, 10 Nov 2023 21:12:03 +0100 Subject: [PATCH] HA update to 2023.11.1 #14 --- .HA_VERSION | 2 +- .../{homeassistant.yaml.disabled => homeassistant.yaml} | 7 ++++--- 2 files changed, 5 insertions(+), 4 deletions(-) rename integrations/{homeassistant.yaml.disabled => homeassistant.yaml} (87%) diff --git a/.HA_VERSION b/.HA_VERSION index 82ba9e59..7447c129 100644 --- a/.HA_VERSION +++ b/.HA_VERSION @@ -1 +1 @@ -2023.11.0 \ No newline at end of file +2023.11.1 \ No newline at end of file diff --git a/integrations/homeassistant.yaml.disabled b/integrations/homeassistant.yaml similarity index 87% rename from integrations/homeassistant.yaml.disabled rename to integrations/homeassistant.yaml index 043a4d10..bd1b7251 100644 --- a/integrations/homeassistant.yaml.disabled +++ b/integrations/homeassistant.yaml @@ -3,7 +3,7 @@ # Basically, everything that doesn't have to be in the # main configuration.yaml. # -# homeassistant: +homeassistant: # Lets me customize individual entities # customize: !include_dir_merge_named ../customizations/entities @@ -14,5 +14,6 @@ # Lets me custimize entities based on a matching pattern # customize_glob: !include_dir_merge_named ../customizations/globs -# allowlist_external_dirs: -# - /tmp + allowlist_external_dirs: + - "/config" + - "/tmp" \ No newline at end of file