---
title: "home(_:didUpdateActionsFor:)"
framework: homekit
role: symbol
role_heading: Instance Method
path: "homekit/hmhomedelegate/home(_:didupdateactionsfor:)"
---

# home(_:didUpdateActionsFor:)

Tells the delegate that a home updated the actions for an action set.

## Declaration

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

## Parameters

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

## See Also

### Observing Action and Trigger Configuration

- [home(_:didAdd:)](homekit/hmhomedelegate/home(_:didadd:)-9dcki.md)
- [home(_:didUpdateNameFor:)](homekit/hmhomedelegate/home(_:didupdatenamefor:)-7fxvl.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)
