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

add avahi Advertiser to UI #1266

Merged
merged 3 commits into from
Jan 17, 2022
Merged

add avahi Advertiser to UI #1266

merged 3 commits into from
Jan 17, 2022

Conversation

donavanbecker
Copy link
Contributor

add avahi Advertiser to Homebridge UI for Homebridge v1.4.0-beta

@@ -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>
Copy link
Member

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.

Copy link
Member

@oznu oznu Jan 6, 2022

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.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Sounds good!

Copy link
Member

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

@donavanbecker
Copy link
Contributor Author

@oznu, any other changes needed to get this merged? and into a beta?

@oznu oznu merged commit cbfc3a7 into homebridge:master Jan 17, 2022
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.

3 participants