home zone changed to optional

This commit is contained in:
Sam Lewis
2025-06-01 17:50:03 -04:00
parent 79811571ca
commit 25076130d8
5 changed files with 108 additions and 32 deletions

View File

@@ -6,7 +6,7 @@ import (
"os"
"time"
"example/entities" // Import generated entities
// "example/entities" // Optional import generated entities
ga "saml.dev/gome-assistant"
)

View File

@@ -1,3 +1,3 @@
url: "http://192.168.4.67:8123" # Replace with your Home Assistant URL
ha_auth_token: "<token>" # Your auth token
home_zone_entity_id: "zone.home"
ha_auth_token: "<token>" # Your auth token or set HA_AUTH_TOKEN env var
home_zone_entity_id: "zone.home" # Optional: defaults to zone.home