mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-07 11:15:14 -06:00
8 lines
254 B
Go
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
|