From 18203646e76c26394835410f098dad26c8e2208f Mon Sep 17 00:00:00 2001 From: Matheson Steplock Date: Sat, 5 Feb 2022 23:03:26 +0000 Subject: [PATCH] Add install complete message --- homeassistant-supervised/DEBIAN/postinst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/homeassistant-supervised/DEBIAN/postinst b/homeassistant-supervised/DEBIAN/postinst index 24d5670..2ecc944 100755 --- a/homeassistant-supervised/DEBIAN/postinst +++ b/homeassistant-supervised/DEBIAN/postinst @@ -127,3 +127,7 @@ systemctl start hassio-supervisor.service info "Installing the 'ha' cli" chmod a+x "${PREFIX}/bin/ha" + +info "Within a few minutes you will be able to reach Home Assistant at:" +info "http://homeassistant.local:8123 or using the IP address of your" +info "machine: http://IP_ADDRESS:8123" \ No newline at end of file