alandtse / alexa_media_player

This is a custom component to allow control of Amazon Alexa devices in Home Assistant using the unofficial Alexa API.
Apache License 2.0
1.53k stars 289 forks source link

When pressing configure optional parameters make fail to submit the configuration #2668

Open albertoxamin opened 2 weeks ago

albertoxamin commented 2 weeks ago

IMPORTANT: Please search the issues, including closed issues, and the FAQ before opening a new issue. The template is mandatory; failure to use it will result in issue closure.

Describe the bug

when updating the configuration I am unable to only change the extended_entity_discovery as the include_devices are being set to blank and returns error

To Reproduce

  1. Go to 'integrations'
  2. Click on 'alexa media player'
  3. Click on 'configure'
  4. change the extended_entity_discovery
  5. submit
  6. see error

Expected behavior

Not seeing error on the empty strings

Screenshots

image

System details

Debug Logs (alexa_media & alexapy) Please provide logs.

Additional context

dangerzau commented 2 weeks ago

Not a fix, but a possible workaround that worked for me only yesterday trying to update the external address -

  1. Put a space in the two boxes that flash as red (required)
  2. Click Submit
  3. Go back into Configure again
  4. Remove spaces
  5. Click Submit

That was the workaround I used yesterday.