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
|
- homeassistant-config:/config
|
||||||
- /etc/localtime:/etc/localtime:ro
|
- /etc/localtime:/etc/localtime:ro
|
||||||
- /run/dbus:/run/dbus:ro
|
- /run/dbus:/run/dbus:ro
|
||||||
|
|
||||||
- type: bind
|
- type: bind
|
||||||
source: ./configuration.yaml
|
source: ./configuration.yaml
|
||||||
target: /config/configuration.yaml
|
target: /config/configuration.yaml
|
||||||
|
|
@ -33,10 +32,6 @@ services:
|
||||||
- 192.168.0.0/16
|
- 192.168.0.0/16
|
||||||
ip_ban_enabled: true
|
ip_ban_enabled: true
|
||||||
login_attempts_threshold: 5
|
login_attempts_threshold: 5
|
||||||
|
|
||||||
automation: !include automations.yaml
|
|
||||||
script: !include scripts.yaml
|
|
||||||
scene: !include scenes.yaml
|
|
||||||
privileged: true
|
privileged: true
|
||||||
healthcheck:
|
healthcheck:
|
||||||
test: ["CMD", "curl", "-f", "http://localhost:8123"]
|
test: ["CMD", "curl", "-f", "http://localhost:8123"]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue