Skip to content

Commit

Permalink
fix template syntax error
Browse files Browse the repository at this point in the history
  • Loading branch information
goruck committed Dec 30, 2024
1 parent f856402 commit 7785811
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions blueprints/hga_scene_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ actions:
- choose:
- conditions:
- condition: template
value_template: >
{{
!input detection_keyword | lower in
(hga_scene_analysis_output['response']['speech']['plain']['speech'] | lower)
value_template: >-
{{
(hga_scene_analysis_output['response']['speech']['plain']['speech'] | lower)
contains (detection_keyword | lower)
}}
sequence:
- service: notify.persistent_notification
Expand Down

0 comments on commit 7785811

Please sign in to comment.