system_get_updates
Retrieve available Home Assistant updates for core, add-ons, HACS, and custom components. Optionally filter to show only pending updates.
Instructions
List available Home Assistant updates (core, add-ons, HACS, custom components).
Reads update.* entities from HA states — each represents one updatable component.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pending_only | No | If True (default), return only components with updates available. Set False to see all update entities including up-to-date ones. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |