ha_history_get_state
Retrieve the current state of a Home Assistant entity by its exact entity_id, including hidden entities. Provides value, unit, timestamps, and key attributes for staleness checks.
Instructions
Returns the current state of one Home entity by exact entity_id. Works for all entity domains, including entities not exposed to the voice assistant. Returns the state value, unit, last_changed/last_updated timestamps, and key attributes. If a GetLiveContext tool is available, prefer it for current values of exposed entities; use this tool for entities it cannot see, for staleness checks via timestamps, or when the entity_id is already resolved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| entity_id | Yes | Exact entity_id resolved earlier, e.g. "sensor.living_room_temperature". Do not guess. |