Skip to content

Configuration: Events

Alan Tse edited this page Sep 13, 2020 · 7 revisions

Minimum Version: 2.9.0

Events

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:

    1. email - The account
    2. 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:

    1. email - The account
    2. url - The Amazon url

    DEPRECATION WARNING: alexa_media_player_relogin_success was deprecated in 3.0.0. Please switch your automations over.

Automations

Please see Automations Page