Change addon startup to services (#115)

This commit is contained in:
J. Nick Koston 2023-12-05 18:25:30 -10:00 committed by GitHub
parent eb21c9526c
commit 4ca0b987ec
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 0 deletions

View File

@ -31,6 +31,7 @@ schema:
backup_exclude:
- '*/*/'
init: false
startup: services
name: ESPHome (dev)
version: dev
slug: esphome-dev

View File

@ -39,6 +39,8 @@ base: &base
- "*/*/"
# Disable docker init for s6
init: false
# Make sure dashboard is available for core
startup: services
esphome-dev:
<<: *base