Browse Source

init

master
root 4 years ago
commit
229dede212
  1. 6
      .gitignore
  2. 1
      automations.yaml
  3. 16
      configuration.yaml
  4. 0
      groups.yaml
  5. 0
      scenes.yaml
  6. 0
      scripts.yaml
  7. 4
      secrets.yaml

6
.gitignore vendored

@ -0,0 +1,6 @@ @@ -0,0 +1,6 @@
.HA_VERSION
.cloud
.storage
deps
tts
*.db

1
automations.yaml

@ -0,0 +1 @@ @@ -0,0 +1 @@
[]

16
configuration.yaml

@ -0,0 +1,16 @@ @@ -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

0
groups.yaml

0
scenes.yaml

0
scripts.yaml

4
secrets.yaml

@ -0,0 +1,4 @@ @@ -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
Loading…
Cancel
Save