Remove unnecessary blank lines and commented-out automation configurations from Home Assistant template
This commit is contained in:
parent
b3cf97de24
commit
1ad0da1e48
1 changed files with 0 additions and 5 deletions
|
|
@ -16,7 +16,6 @@ services:
|
|||
- homeassistant-config:/config
|
||||
- /etc/localtime:/etc/localtime:ro
|
||||
- /run/dbus:/run/dbus:ro
|
||||
|
||||
- type: bind
|
||||
source: ./configuration.yaml
|
||||
target: /config/configuration.yaml
|
||||
|
|
@ -33,10 +32,6 @@ services:
|
|||
- 192.168.0.0/16
|
||||
ip_ban_enabled: true
|
||||
login_attempts_threshold: 5
|
||||
|
||||
automation: !include automations.yaml
|
||||
script: !include scripts.yaml
|
||||
scene: !include scenes.yaml
|
||||
privileged: true
|
||||
healthcheck:
|
||||
test: ["CMD", "curl", "-f", "http://localhost:8123"]
|
||||
|
|
|
|||
Loading…
Reference in a new issue