---
title: home
framework: homekit
role: symbol
role_heading: Instance Property
path: homekit/hmaddaccessoryrequest/home
---

# home

The home to which to add the accessory.

## Declaration

```swift
var home: HMHome { get }
```

## Discussion

Discussion Call this home’s addAndSetupAccessories(with:completionHandler:) method to fulfill the request after constructing the setup payload.

## See Also

### Characterizing the Request

- [accessoryCategory](homekit/hmaddaccessoryrequest/accessorycategory.md)
- [accessoryName](homekit/hmaddaccessoryrequest/accessoryname.md)
- [requiresOwnershipToken](homekit/hmaddaccessoryrequest/requiresownershiptoken.md)
- [requiresSetupPayloadURL](homekit/hmaddaccessoryrequest/requiressetuppayloadurl.md)
