-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Changing the IP changes the mask - no cidr in address? #23558
Comments
frontend/src/data/hassio/network.ts Lines 119 to 124 in 052744e
Bug 1If we split address Bug 2I also think that problem is that address is taken from field and field is without cidr - no ConclusionProper mask (255.255.255.0) is calculated only for address: |
Bug 2 has been fixed last week, but is not yet on stable yet (will come out today with 2025.1) |
Great news! Thank you. What with bug 1? Can you fix this also? |
Checklist
Describe the issue you are experiencing
Settings / System / Network - changing IPv4 - from
192.168.1.8
also change mask from255.255.255.0
to255.255.255.255
.This is wrong because for this IP should be 255.255.255.0:
Describe the behavior you expected
Fix mask.
Steps to reproduce the issue
What version of Home Assistant Core has the issue?
core-2025.12.5
What was the last working version of Home Assistant Core?
No response
In which browser are you experiencing the issue with?
No response
Which operating system are you using to run this browser?
No response
State of relevant entities
No response
Problem-relevant frontend configuration
No response
Javascript errors shown in your browser console/inspector
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: