get_ha_config_item
Retrieve a Home Assistant config item (automation, scene, or script) by providing its numeric ID and item type.
Instructions
Get a stored HA config item (automation, scene, script, etc.) by numeric ID.
Args:
item_type: One of automation, scene, script.
item_id: Numeric config ID (not the entity_id) — e.g. "1722562028372".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| item_type | Yes | ||
| item_id | Yes |