From 47aa3c3cf25a72884e3914b98fcb1e708d110a0e Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 31 Mar 2025 10:01:13 +0200 Subject: [PATCH] HomeAssistant (Container): Better Portainer explanation (#3518) --- frontend/public/json/homeassistant.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/public/json/homeassistant.json b/frontend/public/json/homeassistant.json index 175da2e24..833958ff9 100644 --- a/frontend/public/json/homeassistant.json +++ b/frontend/public/json/homeassistant.json @@ -37,10 +37,10 @@ }, { "text": "config path: `/var/lib/docker/volumes/hass_config/_data`", - "type": "warning" + "type": "info" }, { - "text": "Portainer Interface: LXC-IP: 9443", + "text": "Portainer interface: $IP: 9443 - User & password must be set manually within 5 minutes, otherwise a restart of Portainer is required!", "type": "info" }, { @@ -48,4 +48,4 @@ "type": "warning" } ] -} \ No newline at end of file +}