From 1f662db28844af2a66427009f16383705c2f64c4 Mon Sep 17 00:00:00 2001 From: furyhawk Date: Thu, 2 Apr 2026 20:27:58 +0800 Subject: [PATCH] fix: update esphome service environment variables for database integration --- swarm/esphome.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/swarm/esphome.yml b/swarm/esphome.yml index e95f292..7bdef48 100644 --- a/swarm/esphome.yml +++ b/swarm/esphome.yml @@ -3,8 +3,8 @@ services: container_name: esphome image: ghcr.io/esphome/esphome environment: - - USERNAME=${ESPHOME_USERNAME} - - PASSWORD=${ESPHOME_PASSWORD} + - USERNAME=${DATABASE__USERNAME} + - PASSWORD=${DATABASE__PASSWORD} volumes: - /var/data/esphome/config:/config - /etc/localtime:/etc/localtime:ro