Googleapis Homegraph
Connector for the googleapis-homegraph API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
- Base URL:
https://homegraph.googleapis.com - Auth: OAuth 2.0 (user-delegated) — attach an InTouch
oauthcredential. Mint one withitcli.py /oauth <provider>(device-code) or/google-auth(Google); the server auto-refreshes the access token before each run, so the connector never handles or stores tokens.
Operations
homegraph_devices_query— POST /v1/devices:query — Gets the current states in Home Graph for the given set of the third-party user'homegraph_devices_reportstateandnotification— POST /v1/devices:reportStateAndNotification — Reports device state and optionally sends device notifications. Called by your shomegraph_devices_requestsync— POST /v1/devices:requestSync — Requests Google to send anaction.devices.SYNC[intent](https://developers.homhomegraph_devices_sync— POST /v1/devices:sync — Gets all the devices associated with the given third-party user. The third-partyhomegraph_agentusers_delete— DELETE /v1/{agentUserId} — Unlinks the given third-party user from your smart home Action. All data related
Inputs
- a linked
oauthcredential (no key inputs) — the server injects a freshAuthorization: Bearerfrom it operation— one of the operations above- path parameters when an operation's path contains
{...} query— optional JSON object of query paramsbody— JSON object for create/update ops
Example
operation: homegraph_devices_query
# (attach an 'oauth' credential to the task — no inline secrets)