Is there a cli for interacting with remote home assistant?

I’m getting tired of going through the UI and/or manually doing curls to do simple tasks as restart :slight_smile:

Are there a cli similar to what seem started at https://github.com/fabaff/home-assistant-cli which allows using a cli to connect to a remote home assistant ?

https://github.com/fabaff/home-assistant-cli has all the right commands etc. but is 2 year old and requires to enable the legacy api password access that I would like to avoid.

I was hoping hass it self could do it but did not find an option.

Hi maxandersen:

I’ve just created a interactive cli client for home-assistant by nodejs. I think you may need it.
Here is the project: https://github.com/larry-wong/home-assistant-node-cli

Thank you!