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
+10
View File
@@ -0,0 +1,10 @@
# Example configuration.yaml
intent_script:
SetVolume:
action:
service: "media_player.volume_set"
data:
entity_id: "{{ media_player }}"
volume_level: "{{ volume / 100.0 }}"
speech:
text: "Volume changed to {{ volume }}"