add TODOs

This commit is contained in:
Sam Lewis
2022-10-10 00:14:20 -04:00
parent 25a843fc7b
commit 8be48be299
2 changed files with 6 additions and 1 deletions

3
app.go
View File

@@ -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
View File

@@ -0,0 +1,4 @@
package gomeassistant
// TODO: impl eventListener. could probably create generic listener struct for
// code reuse between eventListener and entityListener