---
title: delegate
framework: homekit
role: symbol
role_heading: Instance Property
path: homekit/hmhomemanager/delegate
---

# delegate

A delegate that receives updates on the collection of homes.

## Declaration

```swift
weak var delegate: (any HMHomeManagerDelegate)? { get set }
```

## See Also

### Keeping track of connected homes

- [HMHomeManagerDelegate](homekit/hmhomemanagerdelegate.md)
