get_entity_registry
Retrieve detailed entity information including platform, configuration, device association, and status from Home Assistant's registry to manage smart home devices.
Instructions
Get the full entity registry entry (platform, config, device, disabled/hidden, area).
Args: entity_id: Entity ID to look up (e.g. 'light.living_room')
Examples: get_entity_registry("light.living_room")
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes |