This is a community fork of alandtse/alexa_media_player with a redesigned authentication system.
A refactored version of the Alexa Media Player integration with the following authentication improvements:
- No stored passwords or TOTP seeds – credentials are not persisted to configuration files
- Paste-URL enrollment – simpler, more secure authentication flow
- Refresh-token-only persistence – integration stores only refresh tokens, not sensitive credentials
- Designed for coexistence – new domain (
alexa_media_secure) runs alongside the original integration
This is pre-alpha scaffolding. The authentication redesign is in active development. Do not use in production.
Once functional, install via HACS by adding this repository as a custom repository:
Repository: https://github.com/superbeetle1973/alexa-media-secure
Category: Integration
Then install through the HACS UI.
See alexa-auth-redesign for the complete design spec and implementation progress.
This fork builds on the excellent work of:
- Alan Tse – original project maintainer
- Keaton Taylor – original creator
Original project: alandtse/alexa_media_player
This project retains the original Apache License 2.0. See LICENSE for details.