From ce579ec7bfe26990894e2132bad781d163cb7d8e Mon Sep 17 00:00:00 2001 From: Thomas Date: Mon, 6 Jan 2020 00:02:00 +0100 Subject: [PATCH] remove defaults --- .gitignore => automations/.gitignore | 1 + configuration.yaml | 5 +---- groups.yaml | 0 scenes.yaml | 0 scripts.yaml | 0 secrets.yaml | 4 ---- 6 files changed, 2 insertions(+), 8 deletions(-) rename .gitignore => automations/.gitignore (80%) delete mode 100644 groups.yaml delete mode 100644 scenes.yaml delete mode 100644 scripts.yaml diff --git a/.gitignore b/automations/.gitignore similarity index 80% rename from .gitignore rename to automations/.gitignore index 114965c..6e27099 100644 --- a/.gitignore +++ b/automations/.gitignore @@ -1,3 +1,4 @@ +.DS_Store .HA_VERSION .cloud .storage diff --git a/configuration.yaml b/configuration.yaml index dc40b42..57d07e1 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -10,10 +10,7 @@ mobile_app: sensor: !include_dir_merge_list sensors switch: !include_dir_merge_list switches -group: !include groups.yaml -automation: !include automations.yaml -script: !include scripts.yaml -scene: !include scenes.yaml +automation: !include_dir_merge_list automations hacs: sidepanel_title: Hacs Store diff --git a/groups.yaml b/groups.yaml deleted file mode 100644 index e69de29..0000000 diff --git a/scenes.yaml b/scenes.yaml deleted file mode 100644 index e69de29..0000000 diff --git a/scripts.yaml b/scripts.yaml deleted file mode 100644 index e69de29..0000000 diff --git a/secrets.yaml b/secrets.yaml index d0e011b..e69de29 100644 --- a/secrets.yaml +++ b/secrets.yaml @@ -1,4 +0,0 @@ - -# Use this file to store secrets like usernames and passwords. -# Learn more at https://home-assistant.io/docs/configuration/secrets/ -some_password: welcome