You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 6, 2025. It is now read-only.
Though the interactive shell is not the central part of this project, it's still useful for debugging or to quickly send commands.
Using python-prompt-toolkit could make it easier to use with features like auto-completion and commands history without putting too much effort into it.
Any contribution on this subject would be appreciated, maybe some of you don't want to see too many dependencies in this app ? Also if you have any experience using python-prompt-toolkit or a similar library feedbacks are welcome.
Off-topic
Developing this feature could be a good introduction to later create an interactive shell to control HomeAssistant from the terminal.