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

Make home assistant discoverable via UPnP/SSDP #79820

Merged
merged 13 commits into from
Oct 15, 2022
Prev Previous commit
Next Next commit
Renamed parameter
  • Loading branch information
StevenLooman committed Oct 10, 2022
commit e029898c3e66010e3915abe6050c269b0004d16a
2 changes: 1 addition & 1 deletion homeassistant/components/yeelight/scanner.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ async def _async_connected() -> None:
self._listeners.append(
SsdpSearchListener(
async_callback=self._async_process_entry,
service_type=SSDP_ST,
search_target=SSDP_ST,
target=SSDP_TARGET,
source=source,
async_connect_callback=_wrap_async_connected_idx(idx),
Expand Down