Files
fresh-home/components/intent_scripts/setvolume.yaml
T
2025-10-10 20:24:52 -04:00

11 lines
273 B
YAML

# Example configuration.yaml
intent_script:
SetVolume:
action:
action: "media_player.volume_set"
data:
entity_id: "{{ media_player }}"
volume_level: "{{ volume / 100.0 }}"
speech:
text: "Volume changed to {{ volume }}"