---
title: suggestedAccessoryName
framework: homekit
role: symbol
role_heading: Instance Property
path: homekit/hmaccessorysetuprequest/suggestedaccessoryname
---

# suggestedAccessoryName

The name that the framework suggests when the user names the accessory being set up.

## Declaration

```swift
var suggestedAccessoryName: String? { get set }
```

## Discussion

Discussion If this value is nil, then the suggested name is taken from the accessory itself. If the user sets up an accessory bridge, then this value only applies to the accessory bridge and not any accessories behind the bridge.

## See Also

### Setting up accessorices

- [homeUniqueIdentifier](homekit/hmaccessorysetuprequest/homeuniqueidentifier.md)
- [payload](homekit/hmaccessorysetuprequest/payload.md)
- [suggestedRoomUniqueIdentifier](homekit/hmaccessorysetuprequest/suggestedroomuniqueidentifier.md)
