Skip to content

Commit

Permalink
Remove category (home-assistant#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
balloob authored Dec 16, 2022
1 parent 20a9c06 commit 21b60b3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
5 changes: 2 additions & 3 deletions sentences/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ YAML files for each domain and language with sentences and the intents that they
language: "<language code>"
intents:
<intent name>:
category: "action" # or "query"
data:
# List of sentences/slots
- sentences:
Expand All @@ -18,7 +17,7 @@ intents:
slots:
# Fixed slots for the recognized intent
<name>: <value>

# Optional lists of items that become alternatives in sentence templates
lists:
# Referenced as {list_name}
Expand All @@ -31,7 +30,7 @@ lists:
range:
from: 0
to: 100

# Optional rules that are expanded in sentence templates
expansion_rules:
# Referenced as <rule_name>
Expand Down
1 change: 0 additions & 1 deletion sentences/en/cover_HassCloseCover.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: "en"
intents:
HassCloseCover:
category: "action"
data:
- sentences:
- "close <name>"
Expand Down
1 change: 0 additions & 1 deletion sentences/en/cover_HassOpenCover.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: "en"
intents:
HassOpenCover:
category: "action"
data:
- sentences:
- "open <name>"
Expand Down

0 comments on commit 21b60b3

Please sign in to comment.