Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Jan 15, 2023
1 parent f2aa695 commit 9afafd8
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,18 @@

This repository contains training data for Home Assistant's local voice control.

- [Progress per language x intent](https://home-assistant.github.io/intents/)
- [Progress per language and intent](https://home-assistant.github.io/intents/)
- [How to contribute](https://developers.home-assistant.io/docs/voice/intent-recognition/contributing/)
- [Language leaders](https://developers.home-assistant.io/docs/voice/language-leaders/)
- [Supported intents](intents.yaml)
- [Supported languages](languages.yaml)
- [Supported intents](https://developers.home-assistant.io/docs/intent_builtin)
- [Supported languages](https://developers.home-assistant.io/docs/voice/intent-recognition/supported-languages)

Repository layout:

- [`languages.yaml`](languages.yaml)
- Supported languages and their language leader
- [`intents.yaml`](intents.yaml)
- Supported intents
- `sentences/<language>`
- Intent matching sentences in YAML files for `<language>` with the name `<domain>_<intent>.yaml`
- [File format](https://developers.home-assistant.io/docs/voice/intent-recognition/template-sentence-syntax/)
Expand Down

0 comments on commit 9afafd8

Please sign in to comment.