-
Notifications
You must be signed in to change notification settings - Fork 386
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 avahi Advertiser to UI #1266
Conversation
@@ -45,6 +45,7 @@ <h5 class="primary-text mt-3" translate="settings.network.title_network"></h5> | |||
<select class="custom-select" [formControl]="legacyMdnsFormControl" | |||
[attr.aria-label]=" 'settings.mdns_advertiser' | translate"> | |||
<option value="bonjour-hap">Bonjour HAP</option> | |||
<option value="avahi">Avahi</option> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We could only display this option if the user is running Linux.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe having a way for the UI to check if Avahi is available would be useful, as when running Docker the "avahi" service is only started on the Ubuntu variant of the image by default.
Leave that with me though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sounds good!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we interface with homebridge to report which advertiser was picked in "choose default" mode? see homebridge/HAP-NodeJS#922
@oznu, any other changes needed to get this merged? and into a beta? |
add avahi Advertiser to Homebridge UI for Homebridge v1.4.0-beta