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

@@ -16,7 +16,7 @@ import (
"github.com/gorilla/websocket"
"github.com/Xevion/gome-assistant/internal"
"github.com/Xevion/go-ha/internal"
)
var ErrInvalidToken = errors.New("invalid authentication token")