Files
go-ha/internal/websocket/websocket.go
Sam Lewis 689a6ce4d3 add TODOs
2022-10-10 00:21:14 -04:00

8 lines
254 B
Go

// websocket is used to interact with the Home Assistant
// websocket API. All HA interaction is done via websocket
// except for cases explicitly called out in http package
// documentation.
package websocket
// TODO: move existing websocket code here