From 9288859e8e5cabfe79b603afb0de93c13454f5fa Mon Sep 17 00:00:00 2001 From: Giorgio Ravera Date: Fri, 14 Jun 2019 21:57:24 +0200 Subject: [PATCH] Minor fixes to guard mode and removed conversation --- automation/guard_mode.yaml | 2 +- configuration.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/automation/guard_mode.yaml b/automation/guard_mode.yaml index ba10a748..205200d7 100644 --- a/automation/guard_mode.yaml +++ b/automation/guard_mode.yaml @@ -53,7 +53,7 @@ event: start condition: - condition: and + condition: or conditions: - condition: zone entity_id: device_tracker.google_maps_115265981849847357125 diff --git a/configuration.yaml b/configuration.yaml index 7c14aeec..d6dadd69 100644 --- a/configuration.yaml +++ b/configuration.yaml @@ -59,7 +59,7 @@ discovery: # - google_cast # Allows you to issue voice commands from the frontend in enabled browsers -conversation: +#conversation: # Enables support for tracking state changes over time history: !include history.yaml -- 2.47.3