mirror of
https://github.com/esphome/home-assistant-addon.git
synced 2024-12-17 15:57:46 +01:00
Add init: false
to addon configs (#61)
This commit is contained in:
parent
8a7ab14879
commit
9192b13c33
@ -13,6 +13,7 @@ host_network: true
|
||||
image: ghcr.io/esphome/esphome-hassio-{arch}
|
||||
ingress: true
|
||||
ingress_port: 0
|
||||
init: false
|
||||
map:
|
||||
- ssl:ro
|
||||
- config:rw
|
||||
|
@ -12,6 +12,7 @@ hassio_api: true
|
||||
host_network: true
|
||||
ingress: true
|
||||
ingress_port: 0
|
||||
init: false
|
||||
map:
|
||||
- ssl:ro
|
||||
- config:rw
|
||||
|
@ -12,6 +12,7 @@ host_network: true
|
||||
image: ghcr.io/esphome/esphome-hassio-{arch}
|
||||
ingress: true
|
||||
ingress_port: 0
|
||||
init: false
|
||||
map:
|
||||
- ssl:ro
|
||||
- config:rw
|
||||
|
@ -36,6 +36,8 @@ base: &base
|
||||
status_use_ping: bool?
|
||||
backup_exclude:
|
||||
- "*/*/"
|
||||
# Disable docker init for s6
|
||||
init: false
|
||||
|
||||
esphome-dev:
|
||||
<<: *base
|
||||
|
Loading…
Reference in New Issue
Block a user