a little program to use Home Assistant with gokrazy
Find a file
2025-12-25 20:37:56 -05:00
go.mod change input path 2025-11-28 19:40:32 -05:00
license initial commit 2025-07-19 16:35:02 -04:00
main.go i forgot a dash 2025-12-25 20:37:56 -05:00
readme.md new version!! 2025-12-25 20:33:26 -05:00

Home Assistant, Matter, ESPHome, and Z-Wave with gokrazy

This repo provides a little program that uses Podman and Go to run Home Assistant and other things on top of gokrazy.

Add it

Add the following packages to gokrazy, then build and deploy as usual:

# podman support
gok add github.com/gokrazy/iptables
gok add github.com/gokrazy/nsenter
gok add github.com/gokrazy/podman
gok add github.com/greenpau/cni-plugins/cmd/cni-nftables-portmap
gok add github.com/greenpau/cni-plugins/cmd/cni-nftables-firewall
# home assistant
gok add git.ineedmore.money/jersey/gokrazy-homeassistant

License

The very little code in this repo is under the MIT License