A utility to run common tasks.
I call this app with keyboard shortcuts and patched apps in linux to trigger automations in my home using Home Assistant.
Full documentation lives at https://go-automate.timmo.dev:
- Install — AUR package or build from source
- Configuration — Home Assistant URL and token
- Running the Bridge — the systemd user service
- CLI and TUI
- Home Assistant, Watching Entities and Notifications
- Reference — commands and the bridge protocol
go build # build the binary
./go-automate # run it (interactive setup on first launch)See Install for the AUR package and Configuration to set your Home Assistant URL and token.
The documentation site lives in docs/. Issues and pull requests are welcome on
GitHub.