mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-07 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()
|
||||
Reference in New Issue
Block a user