-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
Add regex matching to zeroconf service names #306
Comments
This comment has been minimized.
This comment has been minimized.
I agree that we should do this. I don't like overloading the type with a name regex. I think that we should go for something like this:
This can be made backwards compatible by assuming string values are just types. Name is optional. |
9 tasks
This has been implemented, not with regular expression, but we have wildcard support ( |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Home Assistant release with the issue: 0.101.0.dev0
Last working Home Assistant release (if known): N/A
Operating environment (Hass.io/Docker/Windows/etc.): N/A
Description of problem:
Per home-assistant/core#27371 (comment), home-assistant/core#27371 (comment), home-assistant/core#27371 (comment)
Add regex matching for devices with specimen-unique zeroconf service names.
example:
Rainforest Automation's device's zeroconf have the form
eagle-012abc._http._tcp
so the associated zerconf entry in
manifest.json
would be"zeroconf": ["eagle-[0-9a-f]{6}._http._tcp.local."],
Additional information:
The text was updated successfully, but these errors were encountered: