I’m trying to add a nuki integration using the UI
I put in the host and token and get authentication failure.
I can run curl with the same parameters and run pynuki directly and it works
I opened this issue: https://github.com/home-assistant/core/issues/57901
But then I saw there is this issue: https://github.com/home-assistant/core/issues/36844
Where they say they’re not going to fix for some reason,
I tried to have a custom_components/nuki
folder and put config_flow.py
and lock.py
with the parameter set to false in it, but it doesn’t seem like the files are the ones that being run. Should I configure somewere the override?
What else can I do?