devices_update_device
Update a Home Assistant device registry entry by changing name, area, or disabling/enabling it.
Instructions
Update a device registry entry.
Pass only the fields you want to change. disabled_by should be "user"
or None (to re-enable). Uses WS config/device_registry/update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| device_id | Yes | ||
| name_by_user | No | ||
| area_id | No | ||
| disabled_by | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||