I’m having trouble getting the alexa media player configured through the UI Integrations page.
(Everything was working great in yaml)
I’m running Home Assistant Core 0.109.6
and Alexa Media Player v2.8.0
)
I attempted to install Alexa Media Player from the Integrations page by clicking ‘configure’ like any other integration and the config menu appears.
I fill out my email/password and entered the devices I wished to include/exclude as
device 1,device 2,device 3
and hit submit. The config menu flashes very briefly and then …nothing. The menu just sits there.
Enabling the advanced logging
option results in the following log entry:
2020-05-23 08:15:49 DEBUG (MainThread) [custom_components.alexa_media.config_flow] show_form user None None OrderedDict([('email', <class 'str'>), ('password', <class 'str'>), ('url', <class 'str'>), ('debug', <class 'bool'>), ('include_devices', <class 'str'>), ('exclude_devices', <class 'str'>), ('scan_interval', <class 'int'>)])
2020-05-23 08:16:25 DEBUG (MainThread) [custom_components.alexa_media.config_flow] Using existing login
2020-05-23 08:16:25 DEBUG (MainThread) [custom_components.alexa_media.config_flow] Testing login status: {}
2020-05-23 08:16:25 DEBUG (MainThread) [custom_components.alexa_media.config_flow] show_form user None None OrderedDict([('email', <class 'str'>), ('password', <class 'str'>), ('url', <class 'str'>), ('debug', <class 'bool'>), ('include_devices', <class 'str'>), ('exclude_devices', <class 'str'>), ('scan_interval', <class 'int'>)])
but it never went to the 2FA prompt or anything … it just sat there.
It created an alexa_media<email>get.html
in my config folder but nothing else.
There is no feedback to tell me there is an error or my syntax is incorrect. I am entering the devices as documented in the wiki. I even tried again leaving these blank with the same result.
Am I doing something wrong? Missing something? I’ve been a long time user of this component and it worked great in yaml up until yesterday when it showed up in my discovered devices…