Start HA CLI interactively and with a tty allocated (#3238)

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 https://github.com/home-assistant/cli/pull/464.
This commit is contained in:
Stefan Agner 2024-03-12 10:12:35 +01:00 committed by GitHub
parent 541afd452b
commit fe1978f98f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,4 +3,4 @@
# HA utility
# ==============================================================================
docker exec hassio_cli ha "$@"
docker exec -it hassio_cli ha "$@"