mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-06 13:15:14 -06:00
add TODOs
This commit is contained in:
7
internal/websocket/websocket.go
Normal file
7
internal/websocket/websocket.go
Normal file
@@ -0,0 +1,7 @@
|
||||
// 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
|
||||
Reference in New Issue
Block a user