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:
3
app.go
3
app.go
@@ -81,7 +81,8 @@ func (a *app) RegisterSchedule(s schedule) {
|
||||
}
|
||||
|
||||
func (a *app) Start() {
|
||||
// TODO: figure out looping listening to messages
|
||||
// TODO: figure out looping listening to messages for
|
||||
// listeners
|
||||
}
|
||||
|
||||
const (
|
||||
|
||||
4
eventListener.go
Normal file
4
eventListener.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package gomeassistant
|
||||
|
||||
// TODO: impl eventListener. could probably create generic listener struct for
|
||||
// code reuse between eventListener and entityListener
|
||||
Reference in New Issue
Block a user