From b4db2fd14afcaa12c5d56bfcc96934b6aa5a1fc0 Mon Sep 17 00:00:00 2001 From: Undercover Computing Date: Sat, 30 Aug 2025 17:12:59 +1200 Subject: [PATCH] Improved comments --- docker/docker-compose.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/docker-compose.yaml b/docker/docker-compose.yaml index 5782782..15b18a7 100644 --- a/docker/docker-compose.yaml +++ b/docker/docker-compose.yaml @@ -12,7 +12,7 @@ services: EMAIL_FROM: user@example.com # Sender email address EMAIL_TO: you@example.com,friend@example.com # Recipient email addresses (comma-separated) HOMEASSISTANT_URL: https://ha.domain.com # URL to Home Assistant instance (external) (Without a slash at the end) - HOMEASSISTANT_IP: http://ha-ip:8123 # Home Assistant internal IP URL + HOMEASSISTANT_IP: http://ha-ip:8123 # Home Assistant internal IP URL (Without a slash at the end) MQTT_BROKER_IP: mqtt-ip # MQTT broker IP address MQTT_PORT: 1883 # MQTT broker port MQTT_USERNAME: mqttuser # MQTT username for authentication