TL;DR: How do I trigger automation when Voice PE State changes to listening?
I just got the Voice PE yesterday, pretty neat thing! Already integrated it with OpenAi and bunch of devices. I'm planning use it to replace my google nest devices and attached picture is the Livingroom setup i've made, nice huh? ๐
I have Home Assistant open on that Lenovo M10 Tablet via Fully Kiosk browser and the screensaver on the picture is a simple website I host on my own server, I want that screensaver to be disabled when the Voice PE State changes to listening. I can see the state changes in the Logbook like this, but when trying to use the state trigger in automations like this:
alias: Mycroft - Turn on tablet screen when listening
description: ""
triggers:
- trigger: state
entity_id:
- assist_satellite.home_assistant_voice_XXXXXXX_assist_satellite
from: null
to: Listening
conditions: []
actions:
- type: turn_off
device_id: XXXX
entity_id: YYYYY
domain: switch
mode: single
I get no triggers for that automations.. What's up?