mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-08 16:07:19 -06:00
add TODOs
This commit is contained in:
6
internal/http/http.go
Normal file
6
internal/http/http.go
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
// http is used to interact with the home assistant
|
||||||
|
// REST API, currently only for retrieving state for
|
||||||
|
// a single entity_id
|
||||||
|
package http
|
||||||
|
|
||||||
|
// TODO: impl http struct, should be initialized as part of App()
|
||||||
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