mirror of
https://github.com/home-assistant/core.git
synced 2025-08-30 18:01:31 +02:00
Add missing test files
This commit is contained in:
6
tests/testing_config/custom_sentences/en-GB/beer.yaml
Normal file
6
tests/testing_config/custom_sentences/en-GB/beer.yaml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
language: "en"
|
||||||
|
intents:
|
||||||
|
OrderBeer:
|
||||||
|
data:
|
||||||
|
- sentences:
|
||||||
|
- "lager please"
|
6
tests/testing_config/custom_sentences/nl/beer.yaml
Normal file
6
tests/testing_config/custom_sentences/nl/beer.yaml
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
language: "nl"
|
||||||
|
intents:
|
||||||
|
OrderBeer:
|
||||||
|
data:
|
||||||
|
- sentences:
|
||||||
|
- "biertje"
|
Reference in New Issue
Block a user