---
title: notAtHome
framework: homekit
role: symbol
role_heading: Type Property
path: homekit/hmpresenceeventtype/notathome
---

# notAtHome

Triggers the event when there are no users in the home.

## Declaration

```swift
static var notAtHome: HMPresenceEventType { get }
```

## Discussion

Discussion A convenience value for use in predicates on HMEventTrigger. Represents the presence of no users in the home.

## See Also

### Using presence as a predicate

- [atHome](homekit/hmpresenceeventtype/athome.md)
