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

# delegate

A delegate that receives updates on the state of the home.

## Declaration

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

## See Also

### Keeping track of home configuration changes

- [HMHomeDelegate](homekit/hmhomedelegate.md)
