From 4f1666f2af75a474be9fe5c299202b0d756c4619 Mon Sep 17 00:00:00 2001 From: Sam Lewis Date: Tue, 8 Nov 2022 23:38:21 -0500 Subject: [PATCH] docs update --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3a64397..4aa97b3 100644 --- a/README.md +++ b/README.md @@ -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) {