Skip to content

Configuration: Events

Alan Tse edited this page Jul 28, 2020 · 7 revisions

Minimum Version: 2.9.0

Events

The component will provide the following events:

  • alexa_media_player_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 will be deprecated in the future since the HA UI does not allow testing of events with /. Please switch your automations over.

Automations

Please see Automations Page