If you are interested, I have prepared a few small additions that will allow you to create new automations with the Onju Voice device.
- How to add extra switch to to start conversation with the assist https://github.com/tetele/onju-voice-satellite/discussions/88
- How to save last text request and last text response from this device https://github.com/tetele/onju-voice-satellite/discussions/89
- How to use more than one sound to wakeup https://github.com/tetele/onju-voice-satellite/discussions/87
- How to provide Continued conversation without wake word but still support normal one time shot sentences? https://github.com/tetele/onju-voice-satellite/discussions/90
I will extend this list when I will add more small updates 🙂
GitHub
If you need add extra button which you will just click to start conversation with the assist without use wake work just copy yaml configuration below and add it to switch configuration: switch: ......
GitHub
If you need save last text request and last text response, first of all you must create two extra entity. Just copy and paste below code before binary_sensor: text_sensor: - platform: template id: ...
GitHub
If you need use more then one sound after you device will wakeup you can just replace one line. From: - media_player.play_media: "${wakeup_sound_url}" To: - media_player.play_media: !lamb...