Skip to content

Commit

Permalink
Update hga_scene_analysis.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
goruck authored Dec 30, 2024
1 parent f1a4545 commit a7a329e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion blueprints/hga_scene_analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@ actions:
- choose:
- conditions:
- condition: template
value_template: {{ detection_keyword | lower in (hga_scene_analysis_output['response']['speech']['plain']['speech'] | lower) }}
value_template: >-
{{ detection_keyword | lower in (hga_scene_analysis_output['response']['speech']['plain']['speech'] | lower) }}
sequence:
- service: notify.persistent_notification
data:
Expand Down

0 comments on commit a7a329e

Please sign in to comment.