mirror of
https://github.com/Xevion/go-ha.git
synced 2025-12-10 02:07:21 -06:00
home zone changed to optional
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
"os"
|
||||
"time"
|
||||
|
||||
"example/entities" // Import generated entities
|
||||
// "example/entities" // Optional import generated entities
|
||||
|
||||
ga "saml.dev/gome-assistant"
|
||||
)
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user