1
0
mirror of https://github.com/home-assistant/core.git synced 2026-05-08 17:49:37 +01:00

Load custom sentences from config directory (#85558)

* Load custom sentences from config directory

* Load custom sentences from config directory

* Custom sentences in custom_sentences/<language>/

* Load custom sentences from config directory

* Custom sentences in custom_sentences/<language>/

* Add custom_sentences test
This commit is contained in:
Michael Hansen
2023-01-09 16:48:59 -06:00
committed by GitHub
parent 6970a8a87a
commit 07bd208c7d
3 changed files with 92 additions and 0 deletions
@@ -0,0 +1,11 @@
language: "en"
intents:
OrderBeer:
data:
- sentences:
- "I'd like to order a {beer_style} [please]"
lists:
beer_style:
values:
- "stout"
- "lager"