dave-code-ruiz / elkbledom

Home Assistant custom component for LED STRIP NAME ELK BLEDOM
MIT License
77 stars 16 forks source link

Issue on Config / Setup - Missing Parameter #23

Closed smeg9 closed 1 year ago

smeg9 commented 1 year ago

Hi,

Great integration, I encountered an issue when adding the integration for my device. I was getting "Unknown Error"

Log file pointed to a missing parameter on line 171 of config_flow.py.

Looking through history it appears that there is now a 'delay' parameter required for BLEDOMInstance - I noticed this has been updated elsewhere in the codebase but looks like config_flow.py was missing still.

I verified by passing a hard-coded parameter by directly editing the file and was then able to continue to with the setup and now the integration works well.

JustJoshTikTok commented 1 year ago

Ive had the same issue

JustJoshTikTok commented 1 year ago

can you share your config_flow.py modified file?

dave-code-ruiz commented 1 year ago

Issue solved in version 1.0.6.

Sorry, my mistake.