Reflect the API change in README.md

This commit is contained in:
Lubos Dolezel
2023-03-07 18:36:05 +01:00
parent 754ffafeae
commit 27ece198ef

View File

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