make App exported

This commit is contained in:
Sam Lewis
2022-11-04 21:10:14 -04:00
parent 055aa04aee
commit 2575525528
8 changed files with 42 additions and 33 deletions

View File

@@ -40,7 +40,7 @@ The general flow is
import ga "github.com/saml-dev/gome-assistant"
// replace with IP and port of your Home Assistant installation
app := ga.App("0.0.0.0:8123")
app := ga.NewApp("0.0.0.0:8123")
// create automations here (see next sections)