Skip to content

Commit

Permalink
Start HA CLI interactively and with a tty allocated (#3238)
Browse files Browse the repository at this point in the history
Use -i (--interactive) and -t (--tty) to start the HA CLI interactively.
This is required by some commands like the new device wipe command added
with home-assistant/cli#464.
  • Loading branch information
agners authored Mar 12, 2024
1 parent 541afd4 commit fe1978f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildroot-external/rootfs-overlay/usr/bin/ha
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# HA utility
# ==============================================================================

docker exec hassio_cli ha "$@"
docker exec -it hassio_cli ha "$@"

0 comments on commit fe1978f

Please sign in to comment.