- Integrations
- /
- Home Assistant
Home Assistant
Home Assistant smart-home devices in workflows
Home Assistant is the open-source smart-home hub that runs locally and integrates with thousands of brands of devices (Z-Wave, Zigbee, WiFi, Matter, custom integrations) without depending on any single vendor's cloud. Eight actions cover the operational surface: Get State (the current state of any entity, light, switch, sensor, automation), Get All States (every entity in the system), Get Config (Home Assistant's YAML config), Check Config (validate config without restarting), Create Template (use Jinja2 templating against the entity state), Get All Services (every callable service), Get All Events (the event bus history), Get Error Logs. No triggers today, Home Assistant's event stream requires a persistent WebSocket connection that we're building out properly. The integration uses a Long-Lived Access Token from your Home Assistant user profile. Common patterns: an external trigger (Calendar event, Stripe purchase, Telegram message) fires a Home Assistant service call via the HTTP action, turn on the office lights when a meeting starts, flash the entry light when a high-value Stripe customer signs up.
Do anything Home Assistant can do, from a workflow.
Every action accepts dynamic inputs from upstream nodes, whether that's an AI output, a form field, or a search result.
| Action | What it does |
|---|---|
| Check HA Config | Validates the YAML config without reloading. Useful for "after editing config → confirm valid before reload" maintenance workflows. |
| Render HA Template | Renders a Jinja2 template against current Home Assistant state. Useful for "compute this value based on multiple entity states" workflows or for testing template expressions before adding to automations. |
| Get HA Config | Returns the running Home Assistant config including location, units, version. Useful for capability detection in cross-version workflows. |
| Get HA Entity State | Returns current state of a specific entity (e.g., light.living_room state=on, brightness=128). The base read for state-aware workflows ("if the door sensor shows open, alert me"). |
| List HA Event Types | Returns the event types Home Assistant's event bus is configured to emit. Useful for "what events can I subscribe to" introspection at workflow-build time. |
| List HA Services | Returns all available services (light.turn_on, switch.toggle, automation.trigger, etc.) with their parameter schemas. The lookup for resolving service names at workflow setup. |
| List All HA States | Returns current state of every entity in the connected Home Assistant instance. Useful for "weekly state snapshot" backup workflows or for bulk-state-analysis workflows. |
| Get HA Error Logs | Returns recent error log entries. Useful for "did something break after the last config reload?" diagnostic workflows. |
Pre-built Home Assistant workflows.
Clone any recipe and customize it in one click. Every recipe is fully editable.
AI-triage every Home Assistant event, ping the right channel only when it matters.
Every event matching a filter, appended to a running spreadsheet.
Turn Home Assistant into a Notion-backed source of truth, auto-tagged.
Three things worth knowing.
Tiny Command counts a run the moment a trigger fires. Filtering early means only matching events spend your usage budget.
Connect Home Assistant once and every workflow on your account can use its triggers and actions. You don't have to re-auth per workflow.
Every Home Assistant field shows up in the visual picker for downstream nodes. The raw payload is there for power users, optional for everyone else.
Questions about the Home Assistant integration.
If we missed yours, ping support. We usually reply within an hour.
How do I connect Home Assistant to Tiny Command?
What Home Assistant triggers does Tiny Command support?
What Home Assistant actions can I run from a workflow?
Is the Home Assistant integration real-time?
Do I need to write code to use Home Assistant with Tiny Command?
How much does the Home Assistant integration cost?
More other apps people connect.
Same category as Home Assistant, ordered by how often teams pair them. Hover the carousel to pause.
Do more with Home Assistant.
Wire it to Slack, Notion, HubSpot, Stripe, or any of the other 438 apps in our catalog. Setup takes roughly two minutes. Free to try, no credit card.