---
title: "home(_:didUpdateNameFor:)"
framework: homekit
role: symbol
role_heading: Instance Method
path: "homekit/hmhomedelegate/home(_:didupdatenamefor:)-7fxvl"
---

# home(_:didUpdateNameFor:)

Tells the delegate that a home updated the name of an action set.

## Declaration

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

## Parameters

- `home`: The home.
- `actionSet`: The action set whose name changed.

## See Also

### Observing Action and Trigger Configuration

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