From 23a76b53cad7710d14b5384df5793cd659d3cd21 Mon Sep 17 00:00:00 2001 From: Matheson Steplock Date: Sat, 5 Feb 2022 05:36:36 +0000 Subject: [PATCH] cleanup message --- homeassistant-supervised/DEBIAN/postinst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/homeassistant-supervised/DEBIAN/postinst b/homeassistant-supervised/DEBIAN/postinst index acec23a..4589589 100755 --- a/homeassistant-supervised/DEBIAN/postinst +++ b/homeassistant-supervised/DEBIAN/postinst @@ -128,4 +128,5 @@ info "Installing the 'ha' cli" chmod a+x "${PREFIX}/bin/ha" info "Installation Complete!" -info "Within a few minutes you will be able to reach Home Assistant on homeassistant.local:8123" +info "Within a few minutes you will be able to reach Home Assistant at:" +info "homeassistant.local:8123 or your machine's ip address:8123"