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