A whole bunch of schtuff!

This commit is contained in:
CeeWeasel
2025-06-30 21:37:33 -04:00
parent 20322b2251
commit 919c396f8c
19 changed files with 72 additions and 61 deletions
+21
View File
@@ -0,0 +1,21 @@
# Example config/custom_sentences/en/media.yaml
language: "en"
intents:
SetVolume:
data:
- sentences:
- "(set|change) {media_player} volume to {volume} [percent]"
- "(set|change) [the] volume for {media_player} to {volume} [percent]"
lists:
media_player:
values:
- in: "front room"
out: "media_player.front_room_hub"
- in: "master bedroom"
out: "media_player.master_bedroom_clock"
- in: "downstairs"
out: "media_player.computer_area_hub"
volume:
range:
from: 0
to: 100