This commit is contained in:
mjallen18
2026-03-16 17:45:46 -05:00
parent cbfe855853
commit 4db098206f
2 changed files with 2 additions and 6 deletions

View File

@@ -15,11 +15,7 @@ in
image = "ghcr.io/esphome/esphome:2026.2.4";
ports = [ "6052:6052" ];
volumes = [
"/var/lib/esphome:/config"
# Persist the PlatformIO core dir (penv, packages, platforms) so the
# pioarduino penv_setup.py dependency install only runs once rather
# than on every container restart.
"/var/lib/esphome/.platformio:/root/.platformio"
"/esphome:/config"
];
environment = {
TZ = "America/Chicago";

View File

@@ -31,7 +31,7 @@
impermanence = {
enable = true;
extraDirectories = [
"/var/lib/esphome"
"/esphome"
"/var/lib/homeassistant"
"/var/lib/mosquitto"
"/var/lib/music-assistant"