Fix typo in prompt for Home Assistant API URL (#239)

This commit is contained in:
Yuri Schimke
2025-10-14 15:51:55 +01:00
committed by GitHub
parent 6f865e6ec8
commit f5d1b9f2cb

View File

@@ -124,7 +124,7 @@ mqtt_configuration(){
} }
hass_api_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 read HA_URL
if [ -z "$HA_URL" ]; then if [ -z "$HA_URL" ]; then
HA_URL="http://localhost:8123" HA_URL="http://localhost:8123"