-
Notifications
You must be signed in to change notification settings - Fork 304
Configuration: Events
Minimum Version: 2.9.0
The component will provide the following events:
-
alexa_media_relogin_required
- The component has detected a need to relogin. This may be useful to detect when services will stop working because the cookies have expired. It will return two values:-
email
- The account -
url
- The Amazon url
DEPRECATION WARNING: This was previously
alexa_media_player/relogin_required
but was deprecated in the 3.0.0 since the HA UI does not allow testing of events with/
.alexa_media_player_relogin_required
was also deprecated in 3.0.0. Please switch your automations over. -
-
alexa_media_relogin_success
- The component has successfully relogged in.It will return two values:-
email
- The account -
url
- The Amazon url
DEPRECATION WARNING:
alexa_media_player_relogin_success
was deprecated in 3.0.0. Please switch your automations over. -
Please see Automations Page