Trying a push from VS Code Server within Home Assistant

This commit is contained in:
CeeWeasel
2025-07-26 16:04:14 -04:00
parent f744604504
commit dd02306b71
63 changed files with 10799 additions and 337 deletions
+9 -9
View File
@@ -1,10 +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:
# 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 }}"