Files
fresh-home/components/intent_scripts/setvolume.yaml
T
2025-06-30 21:37:33 -04:00

10 lines
263 B
YAML

# 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 }}"