---
title: supportsIdentify
framework: homekit
role: symbol
role_heading: Instance Property
path: homekit/hmaccessory/supportsidentify
---

# supportsIdentify

A Boolean value that indicates whether the accessory supports the identify action.

## Declaration

```swift
var supportsIdentify: Bool { get }
```

## Discussion

Discussion If false, any calls to the identify(completionHandler:) method return an error. However, even if this property is true, calls to identify(completionHandler:) may not succeed.

## See Also

### Asking an accessory to identify itself

- [identify(completionHandler:)](homekit/hmaccessory/identify(completionhandler:).md)
