mirror of
https://github.com/home-assistant/developers.home-assistant.git
synced 2025-05-08 03:58:38 +00:00

* Migrate voice content * Handle duplicate intent pages * ABC package.json * Fix some links * Fix more links * Update path * Update docs/voice/overview.md
11 lines
514 B
Markdown
11 lines
514 B
Markdown
---
|
|
title: "Intents"
|
|
---
|
|
|
|
See the Home Assistant Core documentation for intents for:
|
|
|
|
- [Built-in intents](../../intent_builtin) that are supported by Home Assistant.
|
|
- Use [the Conversation API](../../intent_conversation_api) to send text commands to Home Assistant and receive responses.
|
|
- [Register intent handlers](../../intent_handling) to add new intents to Home Assistant.
|
|
- [Fire intents](../../intent_firing) if you have your own sentence matching logic and want Home Assistant to handle the intents.
|