init to commit it
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal 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
1
automations.yaml
Normal file
@@ -0,0 +1 @@
|
|||||||
|
[]
|
||||||
12
configuration.yaml
Normal file
12
configuration.yaml
Normal 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
0
groups.yaml
Normal file
0
scenes.yaml
Normal file
0
scenes.yaml
Normal file
0
scripts.yaml
Normal file
0
scripts.yaml
Normal file
Reference in New Issue
Block a user