TawfikDaim / home_automation

home automation user stories
0 stars 0 forks source link

Alexa media player #81

Open TawfikDaim opened 1 month ago

TawfikDaim commented 1 month ago

https://github.com/alandtse/alexa_media_player/wiki/Configuration

Copy the custom_components/alexa_media directory from the latest release to your custom_components directory.

Configure HA Integrations Page This is the preferred method.

As of 2.2.0, the component can be configured via the Integrations page in HA.

Goto the Configuration -> Integrations page. On the bottom right of the page, click on the Orange + sign to add an integration. Search for Alexa Media Player. (If you don't see it, try refreshing your browser page to reload the cache.) Enter the required information. (Account/Password/2FA) As of 3.5.0, the default login mode is by using the login proxy method which will allow a login through Amazon's UI. Disable if you prefer the legacy method. As of 3.5.0, you can also use the non oauth-token login method by disabling the option. This is the default method from 3.4.1 and below which imitated the webapp but also reported reauth problems. Oauth token is how the mobile apps login and in theory will not have that problem. No reboot is required. You can relogin or change the password/settings by deleting and re-adding on this page without impacting any automations/scripts.

TawfikDaim commented 1 month ago

Image

TawfikDaim commented 1 month ago

Install mini media player to be able to type an announcement from with home assistant screen

YAML mode Download and copy mini-media-player-bundle.js from the latest release (https://github.com/kalkih/mini-media-player/releases/latest ) into your config/www directory. Add a reference to mini-media-player-bundle.js inside your configuration.yaml or through the Home Assistant UI from the resource tab. lovelace: resources:

Must add resource to dashboard

Image

/local/mini-media-player-bundle.js?v=1.16.9

Image

this will enable

Image