Removed duplicate YAML example. (#26205)

This commit is contained in:
Danny Tsang 2023-02-10 22:43:55 +00:00 committed by GitHub
parent 8957cecb99
commit e6522dbf4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,14 +18,6 @@ conversation:
- "activate [the] {name}"
```
```yaml
# Example configuration.yaml
conversation:
intents:
HassTurnOn:
- "activate [the] {name}"
```
{% endraw %}
This extends the default English sentences for the `HassTurnOn` intent, allowing you to say "activate the kitchen lights" as well as "turn on the kitchen lights".