Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ignore): Fix HA addon onboarding #26862

Merged
merged 1 commit into from
Mar 25, 2025
Merged

fix(ignore): Fix HA addon onboarding #26862

merged 1 commit into from
Mar 25, 2025

Conversation

Koenkk
Copy link
Owner

@Koenkk Koenkk commented Mar 25, 2025

For the HA addon the POST requests needs to be send to e.g. http://192.168.2.148:8123/local_zigbee2mqtt_local/ingress, the current action="/" will make the POST request to http://192.168.2.148:8123, this makes the onboarding fail as the request is done against the HA server instead of the Z2M ingress

When not specifying an explicit action, the POST will be send to the current URL which is the desired behaviour.

@Koenkk Koenkk requested a review from Nerivec March 25, 2025 20:25
Copy link
Collaborator

@Nerivec Nerivec left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@Koenkk Koenkk merged commit 341c453 into dev Mar 25, 2025
24 checks passed
@Koenkk Koenkk deleted the fix/ha-addon-onboarding branch March 25, 2025 21:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants