From 229dede212a443deef25af11f3b08a40c652e805 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 3 Jan 2020 22:54:44 +0100 Subject: [PATCH] init --- .gitignore | 6 ++++++ automations.yaml | 1 + configuration.yaml | 16 ++++++++++++++++ groups.yaml | 0 scenes.yaml | 0 scripts.yaml | 0 secrets.yaml | 4 ++++ 7 files changed, 27 insertions(+) create mode 100644 .gitignore create mode 100644 automations.yaml create mode 100644 configuration.yaml create mode 100644 groups.yaml create mode 100644 scenes.yaml create mode 100644 scripts.yaml create mode 100644 secrets.yaml diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..114965c --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +.HA_VERSION +.cloud +.storage +deps +tts +*.db diff --git a/automations.yaml b/automations.yaml new file mode 100644 index 0000000..0637a08 --- /dev/null +++ b/automations.yaml @@ -0,0 +1 @@ +[] \ No newline at end of file diff --git a/configuration.yaml b/configuration.yaml new file mode 100644 index 0000000..50b83c9 --- /dev/null +++ b/configuration.yaml @@ -0,0 +1,16 @@ + +# Configure a default setup of Home Assistant (frontend, api, etc) +default_config: + +# Uncomment this if you are using SSL/TLS, running in Docker container, etc. +# http: +# base_url: example.duckdns.org:8123 + +# Text to speech +tts: + - platform: google_translate + +group: !include groups.yaml +automation: !include automations.yaml +script: !include scripts.yaml +scene: !include scenes.yaml diff --git a/groups.yaml b/groups.yaml new file mode 100644 index 0000000..e69de29 diff --git a/scenes.yaml b/scenes.yaml new file mode 100644 index 0000000..e69de29 diff --git a/scripts.yaml b/scripts.yaml new file mode 100644 index 0000000..e69de29 diff --git a/secrets.yaml b/secrets.yaml new file mode 100644 index 0000000..d0e011b --- /dev/null +++ b/secrets.yaml @@ -0,0 +1,4 @@ + +# Use this file to store secrets like usernames and passwords. +# Learn more at https://home-assistant.io/docs/configuration/secrets/ +some_password: welcome