Skip to content
Discussion options

You must be logged in to vote

@ariedeleen
Added and Modified Sections

  1. Added a Global Session State Variable
    Location: respeaker-xvf3800.yaml under globals:
- id: continuous_conversation_session_active
  type: bool
  restore_value: no
  initial_value: 'false'

Purpose
This variable tracks whether the current voice assistant session is part of an active continuous conversation chain.

It is separate from the switch state because the switch only enables the feature. The actual session should only become continuous after a wake word has triggered the first turn.

  1. Added a Template Switch Entity
    Location: respeaker-xvf3800.yaml under switch:
- platform: template
  id: continuous_conversation
  name: Continuous conversation
  

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@ariedeleen
Comment options

Answer selected by ariedeleen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants