---
title: "home(_:didAdd:)"
framework: homekit
role: symbol
role_heading: Instance Method
path: "homekit/hmhomedelegate/home(_:didadd:)-9dcki"
---

# home(_:didAdd:)

Tells the delegate that a home added an action set.

## Declaration

```swift
optional func home(_ home: HMHome, didAdd actionSet: HMActionSet)
```

## Parameters

- `home`: The home.
- `actionSet`: The new action set.

## See Also

### Observing Action and Trigger Configuration

- [home(_:didUpdateNameFor:)](homekit/hmhomedelegate/home(_:didupdatenamefor:)-7fxvl.md)
- [home(_:didUpdateActionsFor:)](homekit/hmhomedelegate/home(_:didupdateactionsfor:).md)
- [home(_:didRemove:)](homekit/hmhomedelegate/home(_:didremove:)-80ewx.md)
- [home(_:didAdd:)](homekit/hmhomedelegate/home(_:didadd:)-64yxx.md)
- [home(_:didUpdateNameFor:)](homekit/hmhomedelegate/home(_:didupdatenamefor:)-8vn79.md)
- [home(_:didUpdate:)](homekit/hmhomedelegate/home(_:didupdate:)-3l4r1.md)
- [home(_:didRemove:)](homekit/hmhomedelegate/home(_:didremove:)-4ujfa.md)
