---
title: HMAccessorySetupManager
framework: homekit
role: symbol
role_heading: Class
path: homekit/hmaccessorysetupmanager
---

# HMAccessorySetupManager

An object that setups up new accessories.

## Declaration

```swift
class HMAccessorySetupManager
```

## Overview

Overview Use this class to provides steps for the user to add one or more accessories to a particular home, and follow up with additional setup. These APIs don’t require that the current app has home data authorization.

## Topics

### Adding accessories

- [performAccessorySetup(using:completionHandler:)](homekit/hmaccessorysetupmanager/performaccessorysetup(using:completionhandler:).md)

### Initializers

- [init()](homekit/hmaccessorysetupmanager/init().md)

### Type Properties

- [isSupported](homekit/hmaccessorysetupmanager/issupported.md)

## Relationships

### Inherits From

- [NSObject](objectivec/nsobject-swift.class.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Accessories

- [HMAccessorySetupResult](homekit/hmaccessorysetupresult.md)
- [HMAccessorySetupRequest](homekit/hmaccessorysetuprequest.md)
- [Interacting with a home automation network](homekit/interacting-with-a-home-automation-network.md)
- [HMAccessory](homekit/hmaccessory.md)
- [HMService](homekit/hmservice.md)
- [HMCharacteristic](homekit/hmcharacteristic.md)
- [HMMediaSourceDisplayOrderProfile](homekit/hmmediasourcedisplayorderprofile.md)
