set up entityListener and switch websocket library

This commit is contained in:
Sam Lewis
2022-10-16 15:20:04 -04:00
parent 2d77c4b657
commit 8b888a2d89
20 changed files with 204 additions and 133 deletions
+1 -3
View File
@@ -2,6 +2,4 @@ module github.com/saml-dev/gome-assistant
go 1.19
require nhooyr.io/websocket v1.8.7
require github.com/klauspost/compress v1.10.3 // indirect
require github.com/gorilla/websocket v1.5.0