init to commit it
This commit is contained in:
commit
c0b0a499ae
|
@ -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
|
|
@ -0,0 +1 @@
|
||||||
|
[]
|
|
@ -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
|
Loading…
Reference in New Issue