init to commit it

This commit is contained in:
Kenwood 2021-08-02 16:21:16 -04:00
commit c0b0a499ae
6 changed files with 29 additions and 0 deletions

16
.gitignore vendored Normal file
View File

@ -0,0 +1,16 @@
# Everything is ignored
*
# except for these
!*.yaml
!.gitignore
!*.md
# Ignore folders.
.storage
.cloud
.google.token
# Ensure these YAML files are ignored, otherwise your secret data/credentials will leak.
ip_bans.yaml
secrets.yaml
known_devices.yaml

1
automations.yaml Normal file
View File

@ -0,0 +1 @@
[]

12
configuration.yaml Normal file
View File

@ -0,0 +1,12 @@
# Configure a default setup of Home Assistant (frontend, api, etc)
default_config:
# 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 Normal file
View File

0
scenes.yaml Normal file
View File

0
scripts.yaml Normal file
View File