Browse Source

remove defaults

master
Thomas 4 years ago
parent
commit
ce579ec7bf
Signed by: taschenbier
GPG Key ID: 306F574D34A9673B
  1. 1
      automations/.gitignore
  2. 5
      configuration.yaml
  3. 0
      groups.yaml
  4. 0
      scenes.yaml
  5. 0
      scripts.yaml
  6. 4
      secrets.yaml

1
.gitignore → automations/.gitignore vendored

@ -1,3 +1,4 @@ @@ -1,3 +1,4 @@
.DS_Store
.HA_VERSION
.cloud
.storage

5
configuration.yaml

@ -10,10 +10,7 @@ mobile_app: @@ -10,10 +10,7 @@ mobile_app:
sensor: !include_dir_merge_list sensors
switch: !include_dir_merge_list switches
group: !include groups.yaml
automation: !include automations.yaml
script: !include scripts.yaml
scene: !include scenes.yaml
automation: !include_dir_merge_list automations
hacs:
sidepanel_title: Hacs Store

0
groups.yaml

0
scenes.yaml

0
scripts.yaml

4
secrets.yaml

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