docs update

This commit is contained in:
Sam Lewis
2022-11-08 23:38:21 -05:00
parent 1ec5878ff9
commit 4f1666f2af

View File

@@ -150,6 +150,7 @@ The function passed to `.Call()` must take
- `*ga.Service` used to call home assistant services
- `*ga.State` used to retrieve state from home assistant
- `ga.EventData` containing the event data that triggered the listener
```go
func myFunc(se *ga.Service, st *ga.State) {