This repository has been archived by the owner on Sep 21, 2023. It is now read-only.
Releases: xtools-at/AssistantPi
Releases · xtools-at/AssistantPi
AssistantPi 1.2
- Use wired pushbutton to trigger Alexa and Assistant.
- Long press triggers Assistant.
- See this Diff for necessary changes in your
config.yaml
. You also have to enable this trigger by settingtriggers > platform > enabled
totrue
.
- Fixed crash in setup while installing pip, when system time isn't set right.
- No update to Google Assistant SDK 0.3.x yet as they've
- changed structure and functionality in a way that most of my integration would need to bee completely rewritten
- introduced new libraries to communicate with Google Services which only work on certain chip architectures and break support for Raspberry Pi Zero (W)
- not introduced too much other useful stuff (voice recognition and timers...).
When the SDK matures, I'll put together AssistantPi 2.0
AssistantPi 1.1
* use multiple Hotwords for both Assistant and Alexa
# fixed crash on runtime if voice recognition returns a NoneType object
# fixed Pulseaudio service warnings
AssistantPi 1.0
* Assistant loads up almost instantly now when prompted (took 3-4 seconds before)
+ Added seperate Assistant Installer + Auth script in case things go wrong
+ Added Updater script
~ Switched audio completely to system-wide Pulseaudio
~ Optimized Pulseaudio output for RPi
# Synchronized 'Assistant ready' sound with actual start of recording
# Fixed crash when starting on boot