forked from home-assistant/intents
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[uk]Added fan intents (home-assistant#158)
- Loading branch information
Showing
5 changed files
with
39 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
language: uk | ||
tests: | ||
- sentences: [] | ||
intent: | ||
name: HassTurnOff | ||
slots: {} | ||
- sentences: | ||
- "вимкни вентилятори у вітальні" | ||
- "вимкни в вітальні вентилятор" | ||
- "вимкни в вітальні вентиляцію" | ||
- "вимкни вентиляцію в вітальні" | ||
intent: | ||
name: HassTurnOff | ||
slots: | ||
area: living_room | ||
domain: fan | ||
name: all |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,13 @@ | ||
language: uk | ||
tests: | ||
- sentences: [] | ||
intent: | ||
name: HassTurnOn | ||
slots: {} | ||
- sentences: | ||
- "ввімкни всі вентилятори у вітальні" | ||
- "ввімкни в вітальні вентилятор" | ||
- "увімкни вентиляцію в вітальні" | ||
- "увімкни в вітальні вентиляцію" | ||
intent: | ||
name: HassTurnOn | ||
slots: | ||
area: living_room | ||
domain: fan | ||
name: all |