---
title: HMAccessoryProfile
framework: homekit
role: symbol
role_heading: Class
path: homekit/hmaccessoryprofile
---

# HMAccessoryProfile

A profile that certain accessories implement.

## Declaration

```swift
class HMAccessoryProfile
```

## Overview

Overview This is an abstract superclass for classes such as HMCameraProfile and HMNetworkConfigurationProfile. Each profile subclass controls specific features for a specific set of accessories.

## Topics

### Getting information about a profile

- [accessory](homekit/hmaccessoryprofile/accessory.md)
- [services](homekit/hmaccessoryprofile/services.md)
- [uniqueIdentifier](homekit/hmaccessoryprofile/uniqueidentifier.md)

## Relationships

### Inherits From

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

### Inherited By

- [HMCameraProfile](homekit/hmcameraprofile.md)
- [HMMediaSourceDisplayOrderProfile](homekit/hmmediasourcedisplayorderprofile.md)
- [HMNetworkConfigurationProfile](homekit/hmnetworkconfigurationprofile.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

### Managing accessory profiles

- [profiles](homekit/hmaccessory/profiles.md)
- [HMNetworkConfigurationProfile](homekit/hmnetworkconfigurationprofile.md)
- [HMCameraProfile](homekit/hmcameraprofile.md)
