{"id":24194377,"url":"https://github.com/timmo001/go-automate","last_synced_at":"2026-04-19T05:36:27.001Z","repository":{"id":272162273,"uuid":"915292999","full_name":"timmo001/go-automate","owner":"timmo001","description":"A utility to run common tasks","archived":false,"fork":false,"pushed_at":"2025-03-02T17:06:10.000Z","size":29,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-10T07:35:13.273Z","etag":null,"topics":["automation","go","golang","home-assistant","home-automation","utility"],"latest_commit_sha":null,"homepage":"https://timmo.dev","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/timmo001.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-01-11T13:28:19.000Z","updated_at":"2025-03-02T17:06:14.000Z","dependencies_parsed_at":"2025-01-12T16:32:06.139Z","dependency_job_id":"47535f27-bfef-408d-8b0f-76e90124f81c","html_url":"https://github.com/timmo001/go-automate","commit_stats":null,"previous_names":["timmo001/go-automate"],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/timmo001/go-automate","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timmo001%2Fgo-automate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timmo001%2Fgo-automate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timmo001%2Fgo-automate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timmo001%2Fgo-automate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/timmo001","download_url":"https://codeload.github.com/timmo001/go-automate/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/timmo001%2Fgo-automate/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270718427,"owners_count":24633615,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["automation","go","golang","home-assistant","home-automation","utility"],"created_at":"2025-01-13T18:25:27.871Z","updated_at":"2026-04-19T05:36:26.989Z","avatar_url":"https://github.com/timmo001.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Go Automate\n\nA utility to run common tasks.\n\nI call this app with keyboard shortcuts and patched apps in linux to trigger automations in my home using [Home Assistant](https://home-assistant.io).\n\n## Setup\n\n1. Install Go\n1. Install Arch packaging tools if you plan to build a local package (`base-devel`, `yay`)\n1. Create `~/.config/go-automate/config.yml` with your Home Assistant URL and long-lived access token, or run `go-automate` once interactively to create it.\n\nExample config:\n\n```yaml\nhomeassistant:\n  url: http://homeassistant.local:8123\n  token: your-long-lived-access-token\n```\n\n## Build\n\n1. Clone this repo\n1. Run `go build`\n\n## Arch Package\n\n1. Run `make create_arch`\n1. Install the generated package with `yay -U dist/go-automate-\u003cversion\u003e-1-x86_64.pkg.tar.zst`\n\nThe package installs:\n\n- `/usr/bin/go-automate`\n- `/usr/lib/systemd/user/go-automate-home-assistant-bridge.service`\n\nThe package post-install script will:\n\n- globally enable `go-automate-home-assistant-bridge.service` for future user logins,\n- try to start it immediately for the installing user when that user has an active systemd user session,\n- leave Home Assistant config in each user's `~/.config/go-automate/config.yml`.\n\nIf the service is not running yet in the current session, run:\n\n```bash\nsystemctl --user daemon-reload\nsystemctl --user enable --now go-automate-home-assistant-bridge.service\n```\n\nCheck service status with:\n\n```bash\nsystemctl --user status go-automate-home-assistant-bridge.service\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimmo001%2Fgo-automate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftimmo001%2Fgo-automate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftimmo001%2Fgo-automate/lists"}