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.

(cherry picked from commit fe1978f)
  • Loading branch information
agners authored and sairon committed Mar 12, 2024
1 parent a909d89 commit 3dfd3a4
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 3dfd3a4

Please sign in to comment.