From f5d1b9f2cbf624297bbd9b7456c6d29ed1cf61c7 Mon Sep 17 00:00:00 2001 From: Yuri Schimke Date: Tue, 14 Oct 2025 15:51:55 +0100 Subject: [PATCH] Fix typo in prompt for Home Assistant API URL (#239) --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 65f901e..20d7b25 100755 --- a/install.sh +++ b/install.sh @@ -124,7 +124,7 @@ mqtt_configuration(){ } hass_api_configuration(){ - printf "Enter Home Assistant API URL (defalut is http://localhost:8123): " + printf "Enter Home Assistant API URL (default is http://localhost:8123): " read HA_URL if [ -z "$HA_URL" ]; then HA_URL="http://localhost:8123"