Clip Store allows you to store video clips for longer than the 3 hours that Google Home normally keeps them.
- Download & view clips from Google HomeHome
- Batch delete old clips
- Mark clips as immune to batch deletion
Get a Google token:
docker run --rm -it breph/ha-google-home_get-tokenSet variables in .env (or manually):
GOOGLE_TOKEN=your_token_here
GOOGLE_EMAIL=your_email_here
USERS=name1;password1,name2;password2Run with UV:
uv run --module flask run