refactor: rename module to github.com/Xevion/go-ha

This commit is contained in:
2025-08-01 17:04:11 -05:00
parent 5698a30b37
commit c91c4f85c3
39 changed files with 72 additions and 74 deletions

View File

@@ -9,7 +9,7 @@ import (
"strings"
"text/template"
ga "github.com/Xevion/gome-assistant"
ga "github.com/Xevion/go-ha"
"gopkg.in/yaml.v3"
)