We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When Voice PE has a status other than idle i would mute my Media Player (eG Sonos) for the time Voice PE is talking.
But the existing sensors go back to "idle" before audio output from Voice PE is finished.
The text was updated successfully, but these errors were encountered:
The assist_satellite entity should be in state "responding" until it has finished responding (at least it is for me).
assist_satellite
I use this automation to pause my TV when interacting with the Voice PE:
alias: "Assist: pause TV on action" description: "" triggers: - trigger: state entity_id: assist_satellite.living_room_home_assistant_voice_assist_satellite from: idle conditions: - condition: device device_id: 903ad7d4030876d2394d9e92ab5600df domain: media_player entity_id: 4134fcd48e39ad6c18e12c0729a8ca7d type: is_playing actions: - action: media_player.media_pause metadata: {} data: {} target: device_id: 903ad7d4030876d2394d9e92ab5600df - wait_for_trigger: - trigger: state entity_id: assist_satellite.living_room_home_assistant_voice_assist_satellite to: idle - action: media_player.media_play metadata: {} data: {} target: device_id: 903ad7d4030876d2394d9e92ab5600df mode: single
Sorry, something went wrong.
No branches or pull requests
When Voice PE has a status other than idle i would mute my Media Player (eG Sonos) for the time Voice PE is talking.
But the existing sensors go back to "idle" before audio output from Voice PE is finished.
The text was updated successfully, but these errors were encountered: